[llvm] r209025 - R600/SI: Remove unused instruction
Tom Stellard
thomas.stellard at amd.com
Fri May 16 13:56:43 PDT 2014
Author: tstellar
Date: Fri May 16 15:56:43 2014
New Revision: 209025
URL: http://llvm.org/viewvc/llvm-project?rev=209025&view=rev
Log:
R600/SI: Remove unused instruction
Modified:
llvm/trunk/lib/Target/R600/SIInstructions.td
Modified: llvm/trunk/lib/Target/R600/SIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstructions.td?rev=209025&r1=209024&r2=209025&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstructions.td (original)
+++ llvm/trunk/lib/Target/R600/SIInstructions.td Fri May 16 15:56:43 2014
@@ -1407,13 +1407,6 @@ def V_OR_I1 : InstSI <
[(set i1:$dst, (or i1:$src0, i1:$src1))]
>;
-def LOAD_CONST : AMDGPUShaderInst <
- (outs GPRF32:$dst),
- (ins i32imm:$src),
- "LOAD_CONST $dst, $src",
- [(set GPRF32:$dst, (int_AMDGPU_load_const imm:$src))]
->;
-
// SI pseudo instructions. These are used by the CFG structurizer pass
// and should be lowered to ISA instructions prior to codegen.
More information about the llvm-commits
mailing list