[llvm] [LV] Pass symbolic VF to CalculateTripCountMinusVF and CanonicalIVIncrementForPart (NFC) (PR #180542)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 10 02:59:57 PST 2026


================
@@ -1153,7 +1153,7 @@ class VPIRMetadata {
 /// predication.
 class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
                                         public VPIRMetadata,
-                                        public VPUnrollPartAccessor<1> {
+                                        public VPUnrollPartAccessor<2> {
----------------
sdesmalen-arm wrote:

Why is this change required? (for the whole of `VPInstruction`)

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


More information about the llvm-commits mailing list