[llvm] [VPlan] Add VPRegionBlock::getCanonicalIVType (NFC). (PR #164127)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 08:45:58 PDT 2025


================
@@ -69,8 +69,7 @@ class UnrollState {
                                 VPBasicBlock::iterator InsertPtForPhi);
 
   VPValue *getConstantVPV(unsigned Part) {
----------------
ayalz wrote:

Independent:
```suggestion
  VPValue *getConstantIntVPV(unsigned Part) {
```

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


More information about the llvm-commits mailing list