SPIRV-Tools/tools/opt
Victor Lomuller 3497a94460 Add loop unswitch pass.
It moves all conditional branching and switch whose conditions are loop
invariant and uniform. Before performing the loop unswitch we check that
the loop does not contain any instruction that would prevent it
(barriers, group instructions etc.).
2018-02-27 08:52:46 -05:00
..
opt.cpp Add loop unswitch pass. 2018-02-27 08:52:46 -05:00