[llvm] [VPlan] Manage instruction metadata in VPlan. (PR #135272)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 08:11:40 PDT 2025
================
@@ -950,7 +950,7 @@ TEST_F(VPRecipeTest, CastVPWidenCallRecipeToVPUserAndVPDef) {
Args.push_back(Op1);
Args.push_back(Op2);
Args.push_back(CalledFn);
- VPWidenCallRecipe Recipe(Call, Fn, Args);
+ VPWidenCallRecipe Recipe(Call, Fn, Args, {});
----------------
fhahn wrote:
Removed, thanks
https://github.com/llvm/llvm-project/pull/135272
More information about the llvm-commits
mailing list