chinmaydd wrote: FWIW, SWDEV-509877 requests for builtins/intrinsics for 128-bit atomic loads and stores for global / flat / ds memory spaces. They require a memory ordering for each of those builtins, but they would be okay with `relaxed` -- which should match behavior as implemented in this PR (though, please correct me if wrong here).
I understand that this PR only implements the approach for global loads and stores, but if the design is accepted we could move to extend this for other memory spaces as well. https://github.com/llvm/llvm-project/pull/172090 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
