mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
R600/SI: VOPC instructions explicitly define VCC
Therefore we don't need to add it to the implict defs list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95689f0845
commit
df99a7f5dc
@ -389,7 +389,7 @@ multiclass VOPC_Helper <bits<8> op, RegisterClass vrc, RegisterClass arc,
|
||||
op, (ins arc:$src0, vrc:$src1),
|
||||
opName#"_e32 $dst, $src0, $src1", []
|
||||
>, VOP <opName> {
|
||||
let Defs = !if(defExec, [VCC, EXEC], [VCC]);
|
||||
let Defs = !if(defExec, [EXEC], []);
|
||||
}
|
||||
|
||||
def _e64 : VOP3 <
|
||||
|
Loading…
x
Reference in New Issue
Block a user