[PATCH] D146746: [RISCV] Add test cases for cost modelling more shuffle kinds

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 10:57:25 PDT 2023


luke created this revision.
luke added reviewers: craig.topper, reames, fakepaper56, benshi001.
Herald added subscribers: jobnoorman, asb, pmatos, 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, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Upcoming changes to how we cost model these shuffles will end up
affecting reductions in the SLP vectorizer, so two cases have been added
to illustrate this


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146746

Files:
  llvm/test/Analysis/CostModel/RISCV/shuffle-insert.ll
  llvm/test/Analysis/CostModel/RISCV/shuffle-select.ll
  llvm/test/Transforms/SLPVectorizer/RISCV/reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146746.507821.patch
Type: text/x-patch
Size: 19140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230323/735c3f18/attachment.bin>


More information about the llvm-commits mailing list