[llvm] [SandboxIR][NFC] Fixes for LoadInst::create functions (PR #100955)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 10:13:28 PDT 2024
================
@@ -774,13 +773,36 @@ define void @foo(ptr %arg0, ptr %arg1) {
EXPECT_EQ(NewLd->getName(), "NewLd");
sandboxir::LoadInst *NewVLd =
----------------
vporpo wrote:
nit: Let's make this consistent with the other tests by adding a comment like: `// Check create(InsertBefore, IsVolatile=true`)
https://github.com/llvm/llvm-project/pull/100955
More information about the llvm-commits
mailing list