File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ added in the future:
354
354
not be used lightly but only for specific situations such as an
355
355
alternative to the *register pinning* performance technique often
356
356
used when implementing functional programming languages. At the
357
- moment only X86, AArch64, and RISCV support this convention. The
357
+ moment only X86, AArch64, and RISCV support this convention. The
358
358
following limitations exist:
359
359
360
360
- On *X86-32* only up to 4 bit type parameters are supported. No
@@ -8048,7 +8048,7 @@ Example:
8048
8048
%alloca.cast = addrspacecast ptr addrspace(5) %alloca to ptr
8049
8049
%rmw.ub = atomicrmw and ptr %alloca.cast, i64 %value seq_cst, !noalias.addrspace !0
8050
8050
8051
- !0 = !{i32 5, i32 6}
8051
+ !0 = !{i32 5, i32 6} ; Exclude addrspace(5) only
8052
8052
8053
8053
8054
8054
This is intended for use on targets with a notion of generic address
You can’t perform that action at this time.
0 commit comments