[llvm] [VPlan] Port invalid cost remarks to VPlan. (PR #99322)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 07:25:28 PDT 2024
================
@@ -4374,33 +4395,57 @@ static void emitInvalidCostRemarks(SmallVector<InstructionVFPair> InvalidCosts,
// Group the instructions together to emit separate remarks for:
// load (vf1, vf2)
// store (vf1)
----------------
ayalz wrote:
```suggestion
// load (VF1, VF2)
// store (VF1)
```
https://github.com/llvm/llvm-project/pull/99322
More information about the llvm-commits
mailing list