[llvm] [SandboxIR] Added setVolatile member function to LoadInst and StoreInst (PR #101284)

Julius Alexandre via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 13:25:29 PDT 2024


================
@@ -213,6 +213,25 @@ class CallBrInstSetIndirectDest : public IRChangeBase {
 #endif
 };
 
+class SetVolatile : public IRChangeBase {
+  Instruction *Inst;
----------------
medievalghoul wrote:

That makes sense, thanks for the suggestion!

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


More information about the llvm-commits mailing list