[PATCH] D137430: [RISCV][CodeGen] Kill dead pseudo classes and replace with specific LMUL versions

Michael Maitland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 08:21:54 PDT 2022


michaelmaitland created this revision.
michaelmaitland added reviewers: reames, craig.topper, kito-cheng, rogfer01, frasercrmck, arcbbb.
Herald added subscribers: sunshaoce, VincentWu, StephenFan, vkmr, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
michaelmaitland requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Since changes to account for LMUL in scheduler model existed over patches, we had to keep
both LMUL specific and all LMUL classes around. Now that only the LMUL specific
classes are used, we can remove the old ones.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137430

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137430.473248.patch
Type: text/x-patch
Size: 21003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/84d0c3b6/attachment.bin>


More information about the llvm-commits mailing list