[PATCH] D135137: [AggressiveInstCombine] Load merge the reverse load pattern and mixed load sizes.

Biplob Mishra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 03:28:33 PDT 2022


bipmis created this revision.
bipmis added reviewers: dmgreen, spatel, nikic, RKSimon.
bipmis added projects: LLVM, All.
bipmis requested review of this revision.
Herald added a subscriber: llvm-commits.

This patch extends the load merge/widen in AggressiveInstCombine() defined in
https://reviews.llvm.org/D127392

to handle reverse load patterns and mixed loadsizes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135137

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: D135137.464935.patch
Type: text/x-patch
Size: 48166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221004/170c6893/attachment.bin>


More information about the llvm-commits mailing list