[PATCH] D128582: Enable SeparateConstOffsetFromGEPPass() at -O3 and -O2
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 12:39:52 PDT 2022
dmgreen added a comment.
It sounds like this would be a good first step, and we can look into the other geps in the issue in a separate patch if needed. Can you:
- Change the EnableGEPOpt from false to true
- Add a test case from the bug, run through llc to show the codegen improvements.
- Update the patch with full context
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128582/new/
https://reviews.llvm.org/D128582
More information about the llvm-commits
mailing list