[llvm] [SandboxIR] Implemented isVolatile() for LoadInst (PR #100717)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 08:26:11 PDT 2024


vporpo wrote:

Now that we can check `isVolatile()` we can also add a new `LoadInst::create()` function with a `bool isVolatile` argument. But this can be a separate PR.

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


More information about the llvm-commits mailing list