[llvm] [VPlan] Manage instruction metadata in VPlan. (PR #135272)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 24 02:44:54 PDT 2025
================
@@ -1257,7 +1257,7 @@ TEST_F(VPRecipeTest, MayHaveSideEffectsAndMayReadWriteMemory) {
Args.push_back(Op1);
Args.push_back(Op2);
Args.push_back(CalledFn);
- VPWidenCallRecipe Recipe(Call, TheFn, Args);
+ VPWidenCallRecipe Recipe(Call, TheFn, Args, {});
----------------
fhahn wrote:
Ah yes removed, thanks
https://github.com/llvm/llvm-project/pull/135272
More information about the llvm-commits
mailing list