mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-25 01:01:20 +00:00
IR: Remove HasSideEffects for VPCMPXSTRX ops
This is a leftover from early on and not necessary, since we don't operate on any state other than what is provided to the IR op itself.
This commit is contained in:
parent
bdb68840e3
commit
01837b3ad6
2
External/FEXCore/Source/Interface/IR/IR.json
vendored
2
External/FEXCore/Source/Interface/IR/IR.json
vendored
@ -1414,7 +1414,6 @@
|
||||
"flags into the upper 16-bits of the 32-bit result, as these can also be derived over the",
|
||||
"course of creating the intermediate result"
|
||||
],
|
||||
"HasSideEffects": true,
|
||||
"DestSize": "4"
|
||||
},
|
||||
"GPR = VPCMPISTRX FPR:$LHS, FPR:$RHS, u8:$Control": {
|
||||
@ -1426,7 +1425,6 @@
|
||||
"flags into the upper 16-bits of the 32-bit result, as these can also be derived over the",
|
||||
"course of creating the intermediate result"
|
||||
],
|
||||
"HasSideEffects": true,
|
||||
"DestSize": "4"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user