[clang] [llvm] [IR] Remove volatile from nosync (PR #194391)

James Y Knight via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 15:52:27 PDT 2026


jyknight wrote:

I agree with Eli: volatile "memory" accesses may be CPU or peripheral control registers; a `load volatile i8, ptr inttoptr (i64 44 to ptr)` could be the way some hardware spells "memory barrier".

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


More information about the cfe-commits mailing list