[PATCH] D152020: [RISCV] Split scheduler classes for vector min/max from compares.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 12:04:49 PDT 2023
craig.topper created this revision.
craig.topper added reviewers: reames, frasercrmck, rogfer01, michaelmaitland, pcwang-thead.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added subscribers: eopXD, MaskRay.
Herald added a project: LLVM.
Compares write a mask result. Min/max write a full result. This
makes them sufficiently different to have their own classes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152020
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoV.td
llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
llvm/lib/Target/RISCV/RISCVScheduleV.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152020.527927.patch
Type: text/x-patch
Size: 10230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/032e5f86/attachment.bin>
More information about the llvm-commits
mailing list