[llvm] [VPlan] Return Max from computeCost without underlying instrs. (PR #109708)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 11:58:45 PDT 2024


================
@@ -293,9 +285,13 @@ InstructionCost VPRecipeBase::cost(ElementCount VF, VPCostContext &Ctx) {
     return 0;
----------------
fhahn wrote:

Fixed in the latest version

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


More information about the llvm-commits mailing list