irjit: Allow VV2Op SIMD with exact overlap.

None of these look at other lanes.
This commit is contained in:
Unknown W. Brackets 2022-11-18 17:54:58 -08:00
parent 2419e5680a
commit ada0674415

View File

@ -795,7 +795,7 @@ namespace MIPSComp {
bool usingTemps = false;
u8 tempregs[4];
for (int i = 0; i < n; ++i) {
if (!IsOverlapSafe(dregs[i], n, sregs)) {
if (!IsOverlapSafeAllowS(dregs[i], i, n, sregs)) {
usingTemps = true;
tempregs[i] = IRVTEMP_0 + i;
} else {