[PATCH] D127392: [InstCombine] Combine consecutive loads which are being merged to form a wider load.
Biplob Mishra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 08:15:33 PDT 2022
bipmis updated this revision to Diff 441695.
bipmis added a comment.
Handle some of the review comments.
Added support for additional scenarios like reverse order loads and big-endian support.
Moving the implementation to AgressiveInstCombine still open for discussion in addition with the TTI requirement.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127392/new/
https://reviews.llvm.org/D127392
Files:
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/or-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127392.441695.patch
Type: text/x-patch
Size: 45056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220701/6dd838b5/attachment.bin>
More information about the llvm-commits
mailing list