[PATCH] D128582: Move SeparateConstOffsetFromGEPPass() before LSR() and enable EnableGEPOpt by default.

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 03:48:25 PDT 2022


gsocshubham updated this revision to Diff 444933.
gsocshubham retitled this revision from "Enable SeparateConstOffsetFromGEPPass() at -O3 and -O2" to "Move SeparateConstOffsetFromGEPPass() before LSR() and enable EnableGEPOpt by default.".
gsocshubham edited the summary of this revision.
gsocshubham added a comment.

a. Updated patch with context.
b. Updated title and summary.
c. Moved SeparateConstOffsetFromGEPPass() before LSR()
d. Added an unit test.


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

https://reviews.llvm.org/D128582

Files:
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/test/CodeGen/AArch64/cond-br-tuning.ll
  llvm/test/Transforms/SeparateConstOffsetFromGEP/split-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128582.444933.patch
Type: text/x-patch
Size: 3592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/d1ab991c/attachment.bin>


More information about the llvm-commits mailing list