[llvm] [VPlan] Compute induction end values in VPlan. (PR #112145)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 05:57:20 PST 2024
================
@@ -1063,6 +1063,14 @@ static void simplifyRecipe(VPRecipeBase &R, VPTypeAnalysis &TypeInfo) {
if (match(&R, m_Not(m_Not(m_VPValue(A)))))
return R.getVPSingleValue()->replaceAllUsesWith(A);
+
----------------
fhahn wrote:
Yes those 2 cases are covered by the DerivedIVs introduced in this patch.
https://github.com/llvm/llvm-project/pull/112145
More information about the llvm-commits
mailing list