[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:
----------------
ayalz wrote:

```suggestion
  // For a list of ordered recipe-VF pairs:
  //   [(load, VF1), (load, VF2), (store, VF1)]
  // group the recipes together to emit separate remarks for:
```
say something about Opcodes?

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


More information about the llvm-commits mailing list