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

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 01:14:29 PDT 2022


gsocshubham added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/cond-br-tuning.ll:33
   %c = add nsw i32 %a, %b
   %d = icmp ne i32 %c, 0
----------------
dmgreen wrote:
> Change the store here to store 10 not 0. That should keep this testing what it did previously.
Done.


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

https://reviews.llvm.org/D128582



More information about the llvm-commits mailing list