[PATCH] D150864: [AggressiveInstCombine] Handle the nested GEP/BitCast scenario in Load Merge.

Biplob Mishra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 14:06:25 PDT 2023


bipmis updated this revision to Diff 524486.
bipmis set the repository for this revision to rG LLVM Github Monorepo.
bipmis added a comment.

Update with review comments. Do not generate a new GEP if it's okay to use the existing address.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150864/new/

https://reviews.llvm.org/D150864

Files:
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/AArch64/or-load.ll
  llvm/test/Transforms/AggressiveInstCombine/X86/or-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150864.524486.patch
Type: text/x-patch
Size: 10888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230522/37fbb588/attachment.bin>


More information about the llvm-commits mailing list