glsl: Add a lowering pass for 64-bit integer multiplication
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 15 Oct 2016 01:17:16 +0000 (18:17 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commit6c3af043633997633d03e5409939263162076e81
treef9131a40077f0e3315cf473f2bdda5e86fd256b5
parent330fc2413c61f0bd9c7bb9f3a0ecd91b09de267a
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 <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/Makefile.glsl.am
src/compiler/Makefile.sources
src/compiler/glsl/ir_optimization.h
src/compiler/glsl/lower_int64.cpp [new file with mode: 0644]
src/compiler/glsl/tests/lower_int64_test.cpp [new file with mode: 0644]