[PATCH] D52653: [CodeGen, AArch64] Combine Interleaved Loads which are not covered by the Vectorizer
Martin Elshuber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 17 04:17:39 PDT 2018
marels updated this revision to Diff 169986.
marels marked 5 inline comments as done.
marels added a comment.
Changes:
- Change Code to reflect comments from John Brawn.
- Add InterleavedLoadCombineImpl class to explicitly avoid state propagation between different invocations
- Remove shared_ptr<> constructs in favor to lists and in-place object handling
- Move isInterleavedLoad into VectorInfo (also changed name to isInterleaved)
Repository:
rL LLVM
https://reviews.llvm.org/D52653
Files:
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/InterleavedLoadCombinePass.cpp
lib/Target/AArch64/AArch64TargetMachine.cpp
test/CodeGen/AArch64/O3-pipeline.ll
test/CodeGen/AArch64/aarch64-interleaved-ld-combine.ll
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52653.169986.patch
Type: text/x-patch
Size: 68256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181017/e22462d7/attachment.bin>
More information about the llvm-commits
mailing list