mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
R600/SI: Remove unused instruction
llvm-svn: 209025
This commit is contained in:
parent
2022c1eb1b
commit
caa7274fef
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user