[llvm] [VPlan] Remove some getCanonicalIV() uses. NFC (PR #152969)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 02:23:59 PDT 2025


lukel97 wrote:

> You can also remove the constructor that takes only the canonical IV?

VPCostContext's constructor still uses it, but I was able to change that to take in a VPlan too, should be done now in a9e599bc51b6

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


More information about the llvm-commits mailing list