[llvm] IndVarSimplify: fix high-cost-expand check (PR #125828)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 07:36:27 PST 2025


https://github.com/nikic commented:

Hm, it seems like costing IVLimit instead of ExitCount ends up having the opposite effect and we do more LFTR? Is IVLimit usually a simpler expression than ExitCount?

https://github.com/llvm/llvm-project/pull/125828


More information about the llvm-commits mailing list