[llvm] [SandboxIR] Added new StoreInst::create() functions with isVolatile arg (PR #100961)

Julius Alexandre via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 13:15:23 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) {
----------------
medievalghoul wrote:

fixed. 

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


More information about the llvm-commits mailing list