[PATCH] D98240: [VectorCombine] Simplify to scalar store if only one element updated

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 02:35:35 PST 2021


qiucf updated this revision to Diff 329261.
qiucf added a comment.
Herald added subscribers: nikic, kerbowa, steven_wu, nhaehnle, jvesely.

Fix pipeline tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98240

Files:
  llvm/lib/Transforms/Vectorize/VectorCombine.cpp
  llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
  llvm/test/Other/opt-LTO-pipeline.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline-enable-matrix.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll
  llvm/test/Transforms/InstCombine/load-insert-store.ll
  llvm/test/Transforms/VectorCombine/X86/load-insert-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98240.329261.patch
Type: text/x-patch
Size: 14593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/98b8a768/attachment.bin>


More information about the llvm-commits mailing list