================
@@ -35,6 +36,7 @@ class Type;
/// of the previously inferred types.
class VPTypeAnalysis {
DenseMap<const VPValue *, Type *> CachedTypes;
+ Type *CanonicalIVTy;
----------------
fhahn wrote:
added ,thanks!
https://github.com/llvm/llvm-project/pull/80723