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/AMDILInstructions.td | |
parent | 8d53ddb375d2a82860b398bc463294373c5a62b0 (diff) |
radeon/llvm: Remove AMDIL VCREATE* instructions
This obsoletes the AMDGPULowerInstruction pass.
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstructions.td')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstructions.td | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstructions.td b/src/gallium/drivers/radeon/AMDILInstructions.td index 586d18d0105..afddefebce6 100644 --- a/src/gallium/drivers/radeon/AMDILInstructions.td +++ b/src/gallium/drivers/radeon/AMDILInstructions.td @@ -732,12 +732,6 @@ def LCREATE_v2i64 : TwoInOneOut<IL_OP_I_ADD, (outs GPRV2I64:$dst), [(set GPRV2I64:$dst, (IL_lcreate2 GPRV2I32:$src0, GPRV2I32:$src1))]>; //===---------------------------------------------------------------------===// -// Scalar ==> Vector conversion functions -//===---------------------------------------------------------------------===// -// This opcode has custom swizzle pattern encoded in Swizzle Encoder -defm VCREATE : UnaryOpMCVec<IL_OP_MOV, IL_vbuild>; - -//===---------------------------------------------------------------------===// // Vector ==> Scalar conversion functions //===---------------------------------------------------------------------===// |