From ad95bcb31fcf49015446f5158dfaf97fefac75cd Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 19 Jul 2012 13:29:15 -0400 Subject: [PATCH] radeon/llvm: Add bitconvert patterns for SI --- src/gallium/drivers/radeon/SIInstructions.td | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gallium/drivers/radeon/SIInstructions.td b/src/gallium/drivers/radeon/SIInstructions.td index e832ab5..1fb5df1 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), -- 2.7.4