mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-04 18:58:44 +00:00
R600/SI: Remove unused instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3bd63cd655
commit
1c073c3954
@ -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