[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 9 10:55:26 PDT 2025


================
@@ -2173,6 +2261,172 @@ void VPlanTransforms::handleUncountableEarlyExit(
   LatchExitingBranch->eraseFromParent();
 }
 
+/// This function try to match following pattern to create
----------------
davemgreen wrote:

try->tries

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


More information about the llvm-commits mailing list