File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -5049,6 +5049,8 @@ class ExplicitCopyAddrInst
5049
5049
// /
5050
5050
// / %token is an opaque word representing the previously bound types of this
5051
5051
// / memory region, before binding it to a contiguous region of type $T.
5052
+ // /
5053
+ // / Semantics: writes an unknown value to memory at `%0` of `%1` bytes.
5052
5054
class BindMemoryInst final : public InstructionBaseWithTrailingOperands<
5053
5055
SILInstructionKind::BindMemoryInst,
5054
5056
BindMemoryInst, SingleValueInstruction> {
@@ -5096,6 +5098,9 @@ class BindMemoryInst final : public InstructionBaseWithTrailingOperands<
5096
5098
// /
5097
5099
// / %out_token represents the previously bound types of this memory region,
5098
5100
// / before binding it to %in_token.
5101
+ // /
5102
+ // / Semantics: writes an unknown value to memory at `%0` of the same size as the
5103
+ // / binding operation that produced `%in_token` bytes.
5099
5104
class RebindMemoryInst final : public SingleValueInstruction {
5100
5105
FixedOperandList<2 > Operands;
5101
5106
You can’t perform that action at this time.
0 commit comments