From: Tom Stellard Date: Thu, 19 Jul 2012 17:29:15 +0000 (-0400) Subject: radeon/llvm: Add bitconvert patterns for SI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad95bcb31fcf49015446f5158dfaf97fefac75cd;p=mesa.git radeon/llvm: Add bitconvert patterns for SI --- diff --git a/src/gallium/drivers/radeon/SIInstructions.td b/src/gallium/drivers/radeon/SIInstructions.td index e832ab50447..1fb5df10cee 100644 --- a/src/gallium/drivers/radeon/SIInstructions.td +++ b/src/gallium/drivers/radeon/SIInstructions.td @@ -911,6 +911,12 @@ def : Insert_Element ; def : Vector_Build ; def : Vector_Build ; +def : BitConvert ; +def : BitConvert ; + +def : BitConvert ; +def : BitConvert ; + /* def : Pat< (int_SI_vs_load_buffer_index),