[PATCH] D120413: [VE] (masked) load|store v256.32|64 isel

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 07:43:18 PST 2022


simoll updated this revision to Diff 410825.
simoll edited the summary of this revision.
simoll added a comment.

Fix: don't drop mask in lowering (`getNodeMask` was missing cases for `MLOAD`,`MSTORE` before).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120413/new/

https://reviews.llvm.org/D120413

Files:
  llvm/lib/Target/VE/VECustomDAG.cpp
  llvm/lib/Target/VE/VECustomDAG.h
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VETargetTransformInfo.h
  llvm/lib/Target/VE/VVPISelLowering.cpp
  llvm/lib/Target/VE/VVPInstrInfo.td
  llvm/lib/Target/VE/VVPInstrPatternsVec.td
  llvm/lib/Target/VE/VVPNodes.def
  llvm/test/CodeGen/VE/Vector/vec_load.ll
  llvm/test/CodeGen/VE/Vector/vec_store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120413.410825.patch
Type: text/x-patch
Size: 25817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220223/74b4b109/attachment.bin>


More information about the llvm-commits mailing list