[llvm] [VPlan] Add initial anlysis to infer scalar type of VPValues. (PR #69013)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 03:39:35 PDT 2023


================
@@ -2192,6 +2194,8 @@ class VPDerivedIVRecipe : public VPRecipeBase, public VPValue {
              VPSlotTracker &SlotTracker) const override;
 #endif
 
+  Type *getScalarType() const { return TruncResultTy; }
----------------
fhahn wrote:

Moved, thanks!

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


More information about the llvm-commits mailing list