[PATCH] D154232: [AArch64] NFC : Change the way pseudos are appended
harvin iriawan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 09:39:45 PDT 2023
harviniriawan created this revision.
harviniriawan added reviewers: dmgreen, paulwalker-arm.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls.
Herald added a project: All.
harviniriawan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
[AArch64] NFC : Change the way pseudos are appended
* SVE pseudos don't pick up the right latency information during MI
scheduling as the regex do not match with instruction name.
* Move UNDEF, PSEUDO, and ZERO to the end of actual SVE instruction
* Some CPUs *td files will be fixed in the next commit
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154232
Files:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.mir
llvm/test/CodeGen/AArch64/sve-intrinsics-int-binaryComm-merging.mir
llvm/test/CodeGen/AArch64/sve-intrinsics-int-binaryCommWithRev-merging.mir
llvm/test/CodeGen/AArch64/sve-pseudos-expand-undef.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154232.536294.patch
Type: text/x-patch
Size: 43795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230630/0824e31d/attachment.bin>
More information about the llvm-commits
mailing list