diff options
author | Tom Stellard <[email protected]> | 2012-06-02 07:09:16 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-06 13:46:03 -0400 |
commit | de7366701d21842787d65320c12e6b4ecaea3807 (patch) | |
tree | e94abc226845cfd686127b202106887c2b0f2c7f /src/gallium/drivers/radeon/SIInstructions.td | |
parent | 8d53ddb375d2a82860b398bc463294373c5a62b0 (diff) |
radeon/llvm: Remove AMDIL VCREATE* instructions
This obsoletes the AMDGPULowerInstruction pass.
Diffstat (limited to 'src/gallium/drivers/radeon/SIInstructions.td')
-rw-r--r-- | src/gallium/drivers/radeon/SIInstructions.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/SIInstructions.td b/src/gallium/drivers/radeon/SIInstructions.td index 4408777a5f1..8fd0c4933fd 100644 --- a/src/gallium/drivers/radeon/SIInstructions.td +++ b/src/gallium/drivers/radeon/SIInstructions.td @@ -905,6 +905,9 @@ def : Insert_Element <f32, v4f32, VReg_32, VReg_128, 5, sel_y>; def : Insert_Element <f32, v4f32, VReg_32, VReg_128, 6, sel_z>; def : Insert_Element <f32, v4f32, VReg_32, VReg_128, 7, sel_w>; +def : Vector_Build <v4f32, VReg_32>; +def : Vector_Build <v4i32, SReg_32>; + /* def : Pat< (int_SI_vs_load_buffer_index), |