[PATCH] D156258: [WIP][RISCV] Exploring directions for vector mem* lowering

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 12:28:53 PDT 2023


reames created this revision.
Herald added subscribers: jobnoorman, luke, VincentWu, foad, vkmr, frasercrmck, kerbowa, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, atanasyan, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, bollu, simoncook, johnrusso, rbar, asb, kbarton, hiraditya, arichardson, jvesely, nemanjai, sdardis, mcrosier, arsenm.
Herald added a project: All.
reames requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

Highly experimental, not for review!

This is a follow up to D156249 <https://reviews.llvm.org/D156249> exploring a few ideas for how we might leverage VL predication in mem* lowering.  At the moment, this is purely a discussion piece.  I wanted to see what was easily possible, and than bounce around various approaches.  It's not clear to me that any of these are clearly profitable (in general).


https://reviews.llvm.org/D156258

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.h
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/BPF/BPFISelLowering.h
  llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.h
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/lib/Target/Mips/MipsISelLowering.h
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.h
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/test/CodeGen/RISCV/rvv/memcpy-inline.ll
  llvm/test/CodeGen/RISCV/rvv/memset-inline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156258.544075.patch
Type: text/x-patch
Size: 38642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230725/eafadaa6/attachment.bin>


More information about the llvm-commits mailing list