[PATCH] D70223: [DAGCombine] Split vector load-update-store into single element stores

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 17 23:09:21 PST 2019


qiucf updated this revision to Diff 229750.
qiucf added a comment.

Remove test case change to `swaps-le-5` and `swaps-le-6` since they're moved to a single differential D70373 <https://reviews.llvm.org/D70373>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70223

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/test/CodeGen/PowerPC/vector-store-split.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70223.229750.patch
Type: text/x-patch
Size: 14536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191118/734fb278/attachment.bin>


More information about the llvm-commits mailing list