SPIRV-Tools/test/opt/loop_optimizations
dan sinclair f96b7f1cb9
use Pass::Run to set the context on each pass. (#1708)
Currently the IRContext is passed into the Pass::Process method. It is
then up to the individual pass to store the context into the context_
variable. This CL changes the Run method to store the context before
calling Process which no-longer receives the context as a parameter.
2018-07-12 09:08:45 -04:00
..
CMakeLists.txt Make fewer test executables 2018-06-12 09:48:42 -04:00
dependence_analysis_helpers.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
dependence_analysis.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
fusion_compatibility.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
fusion_illegal.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
fusion_legal.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
fusion_pass.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
hoist_all_loop_types.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
hoist_double_nested_loops.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
hoist_from_independent_loops.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
hoist_simple_case.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
hoist_single_nested_loops.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
hoist_without_preheader.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
lcssa.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
loop_descriptions.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
loop_fission.cpp use Pass::Run to set the context on each pass. (#1708) 2018-07-12 09:08:45 -04:00
nested_loops.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
peeling_pass.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
peeling.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00
unroll_assumptions.cpp use Pass::Run to set the context on each pass. (#1708) 2018-07-12 09:08:45 -04:00
unroll_simple.cpp use Pass::Run to set the context on each pass. (#1708) 2018-07-12 09:08:45 -04:00
unswitch.cpp Move tests into namespaces (#1689) 2018-07-11 09:24:49 -04:00