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:
Lioncache 2023-06-16 11:53:28 -04:00
parent bdb68840e3
commit 01837b3ad6

View File

@ -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"
}
},