[PATCH] D139858: [SCEVExpander] Increase "cheap" expansion budget for loop invariants, but not loop exit values

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 05:31:17 PST 2022


lebedev.ri added a comment.

With unchanged budget for loop exit value expansion, does anyone have any further comments here?
I'd like to add, it is unusual that unroll checks the cost of the trip count, clearly other passes don't?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139858



More information about the llvm-commits mailing list