mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
R600/SI: Fix VOP2 VI encoding
Broken by "R600/SI: Refactor VOP2 instruction defs". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ea048fa83
commit
920bbddfe0
@ -883,7 +883,7 @@ class VOP2_Real_si <string opName, vop2 op, dag outs, dag ins, string asm> :
|
||||
SIMCInstr <opName#"_e32", SISubtarget.SI>;
|
||||
|
||||
class VOP2_Real_vi <string opName, vop2 op, dag outs, dag ins, string asm> :
|
||||
VOP2 <op.SI, outs, ins, opName#asm, []>,
|
||||
VOP2 <op.VI, outs, ins, opName#asm, []>,
|
||||
SIMCInstr <opName#"_e32", SISubtarget.VI>;
|
||||
|
||||
multiclass VOP2SI_m <vop2 op, dag outs, dag ins, string asm, list<dag> pattern,
|
||||
|
Loading…
x
Reference in New Issue
Block a user