SPIRV-Tools/test/opt/loop_optimizations
dan sinclair e6b953361d
Move the ir namespace to opt. (#1680)
This CL moves the files in opt/ to consistenly be under the opt::
namespace. This frees up the ir:: namespace so it can be used to make a
shared ir represenation.
2018-07-09 11:32:29 -04:00
..
CMakeLists.txt Make fewer test executables 2018-06-12 09:48:42 -04:00
dependence_analysis_helpers.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dependence_analysis.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fusion_compatibility.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fusion_illegal.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fusion_legal.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fusion_pass.cpp Add a loop fusion pass. 2018-05-01 15:40:37 -04:00
hoist_all_loop_types.cpp Loop invariant code motion initial implementation 2018-02-08 22:55:47 -05:00
hoist_double_nested_loops.cpp Loop invariant code motion initial implementation 2018-02-08 22:55:47 -05:00
hoist_from_independent_loops.cpp Loop invariant code motion initial implementation 2018-02-08 22:55:47 -05:00
hoist_simple_case.cpp Loop invariant code motion initial implementation 2018-02-08 22:55:47 -05:00
hoist_single_nested_loops.cpp Loop invariant code motion initial implementation 2018-02-08 22:55:47 -05:00
hoist_without_preheader.cpp Change merge return pass to handle structured cfg. 2018-03-19 13:49:04 -04:00
lcssa.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_descriptions.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fission.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
nested_loops.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
peeling_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
peeling.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
unroll_assumptions.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
unroll_simple.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
unswitch.cpp Add loop unswitch pass. 2018-02-27 08:52:46 -05:00