[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 06:26:06 PDT 2024
================
@@ -1930,6 +1939,12 @@ class VPWidenIntOrFpInductionRecipe : public VPHeaderPHIRecipe {
Type *getScalarType() const {
return Trunc ? Trunc->getType() : IV->getType();
}
+
+ /// Returns the optional VPValue representing the value of this induction at
+ /// the last unrolled part, if it exists. If it does not exist.
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list