[llvm] [VPlan] Manage instruction metadata in VPlan. (PR #135272)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 14:48:58 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, {});
----------------
ayalz wrote:

Is this change needed?

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


More information about the llvm-commits mailing list