mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
radeon/llvm: Mark JUMP as a pseudo instruction
This commit is contained in:
parent
ead72204f1
commit
e61c54cb6b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def PRED_X : InstR600 <0, (outs R600_Predicate_Bit:$dst),
|
|||
let FlagOperandIdx = 3;
|
||||
}
|
||||
|
||||
let isTerminator = 1, isBranch = 1 in {
|
||||
let isTerminator = 1, isBranch = 1, isPseudo = 1 in {
|
||||
def JUMP : InstR600 <0x10,
|
||||
(outs),
|
||||
(ins brtarget:$target, R600_Pred:$p),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue