[PATCH] D20250: [ARM/AArch64] Match additional patterns to ldN instructions
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 11:09:56 PDT 2016
mssimpso added a reviewer: t.p.northover.
mssimpso updated this revision to Diff 57650.
mssimpso added a comment.
Addressed Tim's comments.
Tim,
Thanks very much for the feedback! I've addressed your comments and added the IR-level tests you suggested. For the pass to be visible in opt, I had to change the way it was being initialized. Please let me know if my changes look correct. I can commit the initialization changes in a separate patch before this one.
- Matt
http://reviews.llvm.org/D20250
Files:
include/llvm/InitializePasses.h
lib/CodeGen/CodeGen.cpp
lib/CodeGen/InterleavedAccessPass.cpp
test/CodeGen/AArch64/aarch64-interleaved-accesses-extract-user.ll
test/CodeGen/AArch64/aarch64-interleaved-accesses.ll
test/CodeGen/ARM/arm-interleaved-accesses-extract-user.ll
test/CodeGen/ARM/arm-interleaved-accesses.ll
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20250.57650.patch
Type: text/x-patch
Size: 16642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160518/ff10bb4f/attachment.bin>
More information about the llvm-commits
mailing list