================
@@ -189,6 +195,18 @@ class LLVM_ABI_FOR_TEST VPValue {
}
};
+/// VPValues defined by a VPRegionBlock, like the canonical IV.
+class VPRegionValue : public VPValue {
----------------
fhahn wrote:
Yep, updated, thanks!
https://github.com/llvm/llvm-project/pull/156262