[PATCH] D153630: [RISCV] Add test cases for vmerge peephole with vslides

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 07:04:27 PDT 2023


luke created this revision.
luke added reviewers: craig.topper, fakepaper56, nitinjohnraj, reames, frasercrmck.
Herald added subscribers: jobnoorman, asb, pmatos, VincentWu, vkmr, 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, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

Currently vslide1{up,down}s can have vmerges folded into them, but not
vslide{up,down}s.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153630

Files:
  llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-masked-vops.ll
  llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-vops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153630.533950.patch
Type: text/x-patch
Size: 8278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230623/36cd7c14/attachment.bin>


More information about the llvm-commits mailing list