[llvm] [SandboxIR] Added new StoreInst::create() functions with isVolatile arg (PR #100961)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 12:47:56 PDT 2024
================
@@ -785,8 +785,9 @@ define void @foo(ptr %arg0, ptr %arg1) {
TEST_F(SandboxIRTest, StoreInst) {
parseIR(C, R"IR(
-define void @foo(i8 %val, ptr %ptr) {
+define void @foo(i8 %val, ptr %ptr, ptr %vptr) {
----------------
vporpo wrote:
No need to use a seaprate pointer, just use `%ptr`.
https://github.com/llvm/llvm-project/pull/100961
More information about the llvm-commits
mailing list