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

Refactor emitter::emitInsMov#12905

Merged
BruceForstall merged 3 commits into
dotnet:masterfrom
mikedn:ref-emitinsmov
Aug 1, 2017
Merged

Refactor emitter::emitInsMov#12905
BruceForstall merged 3 commits into
dotnet:masterfrom
mikedn:ref-emitinsmov

Conversation

@mikedn
Copy link
Copy Markdown

@mikedn mikedn commented Jul 19, 2017

None of this function's callers need it to figure out what kind of "mov" to emit, the callers already know what they need and they should call the appropriate function.

mikedn added 3 commits July 19, 2017 19:44
None of this function's callers need it to figure out what kind of "mov" to emit, the callers already know what they need and they should call the appropiate function.

Copy & paste code, no actual changes.
This way it can be used for contained indirs where the destination register is set on the parent node.
@mikedn
Copy link
Copy Markdown
Author

mikedn commented Jul 19, 2017

Extracted from #12676 to keep that one focused on cast issue(s). No diffs.

First commit is best viewed with "ignore white space changes" - 528b1fa?w=1

@BruceForstall
Copy link
Copy Markdown

@dotnet/jit-contrib PTAL

Copy link
Copy Markdown

@pgavlin pgavlin left a comment

Choose a reason for hiding this comment

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

LGTM.

cc @CarolEidt

@BruceForstall BruceForstall merged commit a18ab64 into dotnet:master Aug 1, 2017
@karelz karelz modified the milestone: 2.1.0 Aug 28, 2017
@mikedn mikedn deleted the ref-emitinsmov branch September 28, 2019 19:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants