Skip to content

JIT: remove simple lowering#93704

Merged
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:FuseSimpleLowerIntoLower
Oct 19, 2023
Merged

JIT: remove simple lowering#93704
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:FuseSimpleLowerIntoLower

Conversation

@AndyAyersMS
Copy link
Copy Markdown
Member

Move the cast handling to rationalize, and the array length handling to lower.

Move the cast handling to rationalize, and the array length handling to lower.
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 18, 2023
@ghost ghost assigned AndyAyersMS Oct 18, 2023
@ghost
Copy link
Copy Markdown

ghost commented Oct 18, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Move the cast handling to rationalize, and the array length handling to lower.

Author: AndyAyersMS
Assignees: AndyAyersMS
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Copy Markdown
Member Author

cc @dotnet/jit-contrib

@AndyAyersMS
Copy link
Copy Markdown
Member Author

Diffs

Some decent TP improvements as there is one less full traversal of the IR.

@AndyAyersMS
Copy link
Copy Markdown
Member Author

Failure is #93527

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants