mesa/src/compiler/nir/tests
Danylo Piliaiev 348e8b5618 nir/tests: Add tests for opt_if_simplification
Test cases:

opt_if_simplification - the most trivial test case.

opt_if_simplification_single_source_phi_after_if - tests that
opt_if_simplification correctly handles single-source phis after
the if, found in https://gitlab.freedesktop.org/mesa/mesa/-/issues/3282

Signed-off-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5945>
2020-07-22 14:20:21 +00:00
..
algebraic_parser_test.py nir: Fixup algebraic test for variable-sized conversions 2018-12-07 16:07:51 +01:00
builder_tests.cpp nir: Add tests for nir_extract_bits 2019-11-11 17:17:02 +00:00
comparison_pre_tests.cpp nir/tests: take reference on glsl types 2019-08-21 09:44:10 +02:00
control_flow_tests.cpp nir/tests: take reference on glsl types 2019-08-21 09:44:10 +02:00
load_store_vectorizer_tests.cpp nir: Add new rules to optimize NOOP pack/unpack pairs 2020-06-29 09:18:26 +02:00
negative_equal_tests.cpp nir/tests: take reference on glsl types 2019-08-21 09:44:10 +02:00
opt_if_tests.cpp nir/tests: Add tests for opt_if_simplification 2020-07-22 14:20:21 +00:00
serialize_tests.cpp nir/tests: MSVC build fix 2019-12-11 17:12:48 +00:00
vars_tests.cpp nir/combine_stores: Handle volatile 2020-04-28 22:55:25 +00:00