mesa/program: Add unused ir operations.
authorDave Airlie <airlied@redhat.com>
Fri, 10 Jun 2016 06:18:51 +0000 (16:18 +1000)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commita53f315ad8de29f0057359722dfc24f31b6b7998
tree449d3de46f73bb6be885f124a2baf5b6258302d9
parentf82ced5af3a65d4eccc2910c99ca3af3776c40d1
mesa/program: Add unused ir operations.

v2 (idr): "cut them down later" => Remove ir_unop_b2u64 and
ir_unop_u642b.  Handle these with extra i2u or u2i casts just like
uint(bool) and bool(uint) conversion is done.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/program/ir_to_mesa.cpp