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 4e9ec21 commit 763f178Copy full SHA for 763f178
llvm/docs/LangRef.rst
@@ -8074,7 +8074,7 @@ Example:
8074
%alloca.cast = addrspacecast ptr addrspace(5) %alloca to ptr
8075
%rmw.ub = atomicrmw and ptr %alloca.cast, i64 %value seq_cst, !noalias.addrspace !0
8076
8077
- !0 = !{i32 5, i32 6}
+ !0 = !{i32 5, i32 6} ; Exclude addrspace(5) only
8078
8079
8080
This is intended for use on targets with a notion of generic address
0 commit comments