[PATCH] D156342: [RISCV] Improve policy emission for RVV pseudo instructions
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 09:23:19 PDT 2023
eopXD created this revision.
eopXD added reviewers: craig.topper, reames.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
eopXD requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, MaskRay.
Herald added a project: LLVM.
The trailing TU_MU suffixes was added in D152425 <https://reviews.llvm.org/D152425>. However the original
pattern intend to generate TA_MA policy. Generating TU_MU here is not
incorrect, as TU_MU is one possible resulting behavior for TA_MA, but
this generally slow things down.
Apparently there was also no test coverage to guard such changes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156342
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156342.544394.patch
Type: text/x-patch
Size: 19963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/94f0f301/attachment.bin>
More information about the llvm-commits
mailing list