diff options
author | Tom Stellard <[email protected]> | 2012-06-02 06:16:18 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-06 13:46:03 -0400 |
commit | 8d53ddb375d2a82860b398bc463294373c5a62b0 (patch) | |
tree | 6e1f74d18b55702ae2176631787bee290d551df1 /src/gallium/drivers/radeon/AMDILInstructions.td | |
parent | 17e047242e82111859eb8220369c601c79a26350 (diff) |
radeon/llvm: Remove AMDIL LOADCONST* instructions
This obsoletes the R600LowerInstruction and SIPropagateImmReads passes.
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstructions.td')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstructions.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstructions.td b/src/gallium/drivers/radeon/AMDILInstructions.td index 0b26ac3a3af..586d18d0105 100644 --- a/src/gallium/drivers/radeon/AMDILInstructions.td +++ b/src/gallium/drivers/radeon/AMDILInstructions.td @@ -10,7 +10,6 @@ // Operations in this file are generic to all data types // This opcode has custom swizzle pattern encoded in Swizzle Encoder let isReMaterializable = 1, isAsCheapAsAMove = 1 in { - defm LOADCONST : ILConstant<"mov $dst, $val">; defm MOVE : UnaryOpMC<IL_OP_MOV, IL_mov>; defm PHIMOVE : UnaryOpMC<IL_OP_MOV, IL_phimov>; } |