File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5890,7 +5890,8 @@ <h5>Semantics:</h5>
5890
5890
5891
5891
< h5 > Syntax:</ h5 >
5892
5892
< p > This is an overloaded intrinsic. You can use < tt > llvm.memcpy</ tt > on any
5893
- integer bit width. Not all targets support all bit widths however.</ p >
5893
+ integer bit width and for different address spaces. Not all targets support
5894
+ all bit widths however.</ p >
5894
5895
5895
5896
< pre >
5896
5897
declare void @llvm.memcpy.i8(i8 * <dest>, i8 * <src>,
@@ -5938,7 +5939,8 @@ <h5>Semantics:</h5>
5938
5939
5939
5940
< h5 > Syntax:</ h5 >
5940
5941
< p > This is an overloaded intrinsic. You can use llvm.memmove on any integer bit
5941
- width. Not all targets support all bit widths however.</ p >
5942
+ width and for different address space. Not all targets support all bit
5943
+ widths however.</ p >
5942
5944
5943
5945
< pre >
5944
5946
declare void @llvm.memmove.i8(i8 * <dest>, i8 * <src>,
@@ -5988,7 +5990,8 @@ <h5>Semantics:</h5>
5988
5990
5989
5991
< h5 > Syntax:</ h5 >
5990
5992
< p > This is an overloaded intrinsic. You can use llvm.memset on any integer bit
5991
- width. Not all targets support all bit widths however.</ p >
5993
+ width and for different address spaces. Not all targets support all bit
5994
+ widths however.</ p >
5992
5995
5993
5996
< pre >
5994
5997
declare void @llvm.memset.i8(i8 * <dest>, i8 <val>,
You can’t perform that action at this time.
0 commit comments