[llvm] [VPlan] Remove CanonicalIV when dissolving loop regions (NFC). (PR #142372)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 01:54:54 PDT 2025
https://github.com/fhahn commented:
> Looks like there are build failures:
>
> ```
> C:\ws\src\llvm\lib\Transforms\Vectorize\VPlan.cpp(889): error C3861: 'Builder': identifier not found
> C:\ws\src\llvm\lib\Transforms\Vectorize\VPlan.cpp(892): error C3536: 'ScalarR': cannot be used before it is initialized
> C:\ws\src\llvm\lib\Transforms\Vectorize\VPlan.cpp(892): error C2664: 'void llvm::VPValue::replaceAllUsesWith(llvm::VPValue *)': cannot convert argument 1 from 'int' to 'llvm::VPValue *'
> C:\ws\src\llvm\lib\Transforms\Vectorize\VPlan.cpp(892): note: Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
> C:\ws\src\llvm\lib\Transforms\Vectorize\VPlanValue.h(156): note: see declaration of 'llvm::VPValue::replaceAllUsesWith'
> ```
Thanks, windows build failure should be fixed
https://github.com/llvm/llvm-project/pull/142372
More information about the llvm-commits
mailing list