Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Add "inline" labels and rename IGF_EMIT_ADD to IGF_EXTEND#26819

Merged
CarolEidt merged 1 commit into
dotnet:masterfrom
jakobbotsch:extend-instruction-group
Sep 24, 2019
Merged

Add "inline" labels and rename IGF_EMIT_ADD to IGF_EXTEND#26819
CarolEidt merged 1 commit into
dotnet:masterfrom
jakobbotsch:extend-instruction-group

Conversation

@jakobbotsch
Copy link
Copy Markdown
Member

@jakobbotsch jakobbotsch commented Sep 21, 2019

This flag conceptually represents that the instruction group extends the
previous instruction group and means that the emitter will continue to
track GC info as if there was no new block.

@CarolEidt suggested I factor this change out of #26418.

cc @dotnet/jit-contrib

Comment thread src/jit/codegencommon.cpp Outdated
Comment thread src/jit/codegencommon.cpp
Copy link
Copy Markdown

@CarolEidt CarolEidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than function headers (as pointed out by @sandreenko ) and one comment request, LGTM

Comment thread src/jit/emit.cpp Outdated
This flag conceptually represents that the instruction group extends the
previous instruction group and means that the emitter will continue to
track GC info as if there was no label.
@jakobbotsch jakobbotsch force-pushed the extend-instruction-group branch from dc3c064 to fad30aa Compare September 23, 2019 17:31
@CarolEidt CarolEidt merged commit c7d2478 into dotnet:master Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants