[llvm] [SandboxIR] Added isVolatile args to existing LoadInst::create function (PR #100850)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 27 16:52:59 PDT 2024
================
@@ -612,23 +612,23 @@ void BranchInst::dump() const {
LoadInst *LoadInst::create(Type *Ty, Value *Ptr, MaybeAlign Align,
Instruction *InsertBefore, Context &Ctx,
- const Twine &Name) {
+ bool isVolatile, const Twine &Name) {
----------------
vporpo wrote:
same
https://github.com/llvm/llvm-project/pull/100850
More information about the llvm-commits
mailing list