[PATCH] D152407: [AArch64] Merge LDRSWpre-LD[U]RSW pair into LDPSWpre.
Zhuojia Shen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 10:41:10 PDT 2023
chaosdefinition updated this revision to Diff 530016.
chaosdefinition retitled this revision from "[AArch64] Merge LDRSWpre-LDRSWui pair into LDPSWpre." to "[AArch64] Merge LDRSWpre-LD[U]RSW pair into LDPSWpre.".
chaosdefinition edited the summary of this revision.
chaosdefinition added a comment.
Addressing comments by @fhahn:
- Add a test case of merging `LDRSWpre` and `LDURSWi`
- Add test cases with `LDRSWpre` as the second merge candidate
- Split test cases into a separate patch (see D152564 <https://reviews.llvm.org/D152564>)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152407/new/
https://reviews.llvm.org/D152407
Files:
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
llvm/test/CodeGen/AArch64/ldrpre-ldr-merge.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152407.530016.patch
Type: text/x-patch
Size: 4600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230609/db5287e8/attachment.bin>
More information about the llvm-commits
mailing list