Skip to content

Commit 6365ee8

Browse files
authored
[X86][AMX] Move TPAIRS into PositionOrder 3, NFCI (#114642)
Should solve compile time regression.
1 parent f467af6 commit 6365ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86RegisterInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@ def TMM4: X86Reg<"tmm4", 4>;
432432
def TMM5: X86Reg<"tmm5", 5>;
433433
def TMM6: X86Reg<"tmm6", 6>;
434434
def TMM7: X86Reg<"tmm7", 7>;
435-
}
436435
// TMM register pairs
437436
def TPAIRS : RegisterTuples<[sub_t0, sub_t1],
438437
[(add TMM0, TMM2, TMM4, TMM6),
439438
(add TMM1, TMM3, TMM5, TMM7)]>;
439+
}
440440

441441
// Floating point stack registers. These don't map one-to-one to the FP
442442
// pseudo registers, but we still mark them as aliasing FP registers. That

0 commit comments

Comments
 (0)