[PATCH] D86371: [CodeGenPrepare][X86] Teach optimizeGatherScatterInst to turn a splat pointer into GEP with scalar base and 0 index
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 11:12:24 PDT 2020
craig.topper updated this revision to Diff 288992.
craig.topper added a comment.
-Pre-commit tests
-Remove hopefully unnecessary llvm::
-Add early bailout and FIXME for scalable vetors.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86371/new/
https://reviews.llvm.org/D86371
Files:
llvm/include/llvm/Analysis/VectorUtils.h
llvm/lib/Analysis/VectorUtils.cpp
llvm/lib/CodeGen/CodeGenPrepare.cpp
llvm/test/CodeGen/X86/masked_gather_scatter.ll
llvm/test/Transforms/CodeGenPrepare/X86/gather-scatter-opt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86371.288992.patch
Type: text/x-patch
Size: 11511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200831/ceff3b58/attachment.bin>
More information about the llvm-commits
mailing list