[llvm] [VPlan] Port invalid cost remarks to VPlan. (PR #99322)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 26 05:07:51 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)
----------------
fhahn wrote:
Updated , thanks!
https://github.com/llvm/llvm-project/pull/99322
More information about the llvm-commits
mailing list