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

Elvis Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 01:38:17 PST 2024


================
@@ -1504,49 +1504,50 @@ void VPWidenCastRecipe::execute(VPTransformState &State) {
     setFlags(CastOp);
 }
 
+// Computes the CastContextHint from a recipes that may access memory.
----------------
ElvisWang123 wrote:

Updated, thanks.

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


More information about the llvm-commits mailing list