[llvm] [SandboxIR] Functions to find vectorizor-relevant properties (PR #109221)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 12:58:17 PDT 2024


================
@@ -938,7 +941,6 @@ define i32 @foo(i32 %arg0, i32 %arg1) {
   Replaced = Ret->replaceUsesOfWith(I0, Arg0);
   EXPECT_TRUE(Replaced);
   EXPECT_EQ(Ret->getOperand(0), Arg0);
-
----------------
Sterling-Augustine wrote:

Done

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


More information about the llvm-commits mailing list