[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
Mon Oct 29 10:35:56 PDT 2018
marels updated this revision to Diff 171536.
marels added a comment.
- removed VectorWidth related thing
- removed some comments
- added testcases to check correct behavior in weird but possible IR inputs
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.171536.patch
Type: text/x-patch
Size: 69968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/43927ef7/attachment.bin>
More information about the llvm-commits
mailing list