[PATCH] D134893: [LSR][TTI][RISCV] Add isAllowTerminatingConditionFoldingAfterLSR into TTI and enable it for RISC-V

Jiejie Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 02:09:48 PDT 2022


JojoR added a comment.

I have a question about patch D132443 <https://reviews.llvm.org/D132443>, why do not you put optimization in pass "iv-users" ? I think it belongs to IV analyzation.

because that the pass "iv-users" do analyzation only without any transformation ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134893



More information about the llvm-commits mailing list