From 6c3af043633997633d03e5409939263162076e81 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 14 Oct 2016 18:17:16 -0700 Subject: glsl: Add a lowering pass for 64-bit integer multiplication v2: Rename lower_64bit.cpp and lower_64bit_test.cpp to lower_int64. Suggested by Matt. Signed-off-by: Ian Romanick Reviewed-by: Matt Turner --- src/compiler/Makefile.glsl.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/Makefile.glsl.am') diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index 5520aca8610..f67319622a0 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -73,6 +73,7 @@ glsl_tests_general_ir_test_SOURCES = \ glsl/tests/builtin_variable_test.cpp \ glsl/tests/invalidate_locations_test.cpp \ glsl/tests/general_ir_test.cpp \ + glsl/tests/lower_int64_test.cpp \ glsl/tests/opt_add_neg_to_sub_test.cpp \ glsl/tests/varyings_test.cpp glsl_tests_general_ir_test_CFLAGS = \ -- cgit v1.2.3