File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15480,7 +15480,7 @@ Semantics:
1548015480
1548115481The '``llvm.experimental.memset.pattern*``' intrinsic fills memory starting at
1548215482the destination location with the given pattern ``<count>`` times,
15483- incrementing by the allocation size of the type each time. The stores follows
15483+ incrementing by the allocation size of the type each time. The stores follow
1548415484the usual semantics of store instructions, including regarding endianness and
1548515485padding. If the argument is known to be aligned to some boundary, this can be
1548615486specified as an attribute on the argument.
Original file line number Diff line number Diff line change @@ -1263,7 +1263,7 @@ class MemSetInlineInst : public MemSetInst {
12631263 }
12641264};
12651265
1266- // / This is the base class for llm .experimental.memset.pattern
1266+ // / This is the base class for llvm .experimental.memset.pattern
12671267class MemSetPatternIntrinsic : public MemIntrinsicBase <MemIntrinsic> {
12681268private:
12691269 enum { ARG_VOLATILE = 3 };
You can’t perform that action at this time.
0 commit comments