We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20598af commit 629ee23Copy full SHA for 629ee23
llvm/docs/LangRef.rst
@@ -8063,7 +8063,7 @@ Example:
8063
%alloca.cast = addrspacecast ptr addrspace(5) %alloca to ptr
8064
%rmw.ub = atomicrmw and ptr %alloca.cast, i64 %value seq_cst, !noalias.addrspace !0
8065
8066
- !0 = !{i32 5, i32 6}
+ !0 = !{i32 5, i32 6} ; Exclude addrspace(5) only
8067
8068
8069
This is intended for use on targets with a notion of generic address
0 commit comments