[PATCH] D144899: [RISCV] Factor out multiclass definitions for V scheduling info [nfc]

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 11:17:21 PST 2023


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

Factoring out a shared multiclass imply makes it easier to see that all of these do the same thing, just on different lists.  It also makes it easier to see differences - such as we don't define read related pieces for FWRed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144899

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144899.500854.patch
Type: text/x-patch
Size: 6068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230227/8dc2298b/attachment.bin>


More information about the llvm-commits mailing list