[llvm] [VPlan] Support live-ins without underlying IR in type analysis. (PR #80723)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 11:09:29 PST 2024


================
@@ -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


More information about the llvm-commits mailing list