Skip to content

JIT: disable phi based redundant branch opts#76695

Merged
BruceForstall merged 1 commit intodotnet:mainfrom
AndyAyersMS:DisablePhiBasedRBO
Oct 6, 2022
Merged

JIT: disable phi based redundant branch opts#76695
BruceForstall merged 1 commit intodotnet:mainfrom
AndyAyersMS:DisablePhiBasedRBO

Conversation

@AndyAyersMS
Copy link
Copy Markdown
Member

@AndyAyersMS AndyAyersMS commented Oct 6, 2022

This is exposing our lack of SSA update and leading downstream opts like CSE and assertion prop to make bad decisions.

Disabling for now until I have time to figure out how to safely enable.

Fixes #76636, #76507

Diffs show lots of code size increases. Hopefully we can get most of this back.

This is exposing our lack of SSA update and leading downstream opts like CSE
and assertion prop to make bad decisions.

Disabling for now until I have time to figure out how to safely enable.

Fixes dotnet#76636, dotnet#76507
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 6, 2022
@ghost ghost assigned AndyAyersMS Oct 6, 2022
@ghost
Copy link
Copy Markdown

ghost commented Oct 6, 2022

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

Issue Details

This is exposing our lack of SSA update and leading downstream opts like CSE and assertion prop to make bad decisions.

Disabling for now until I have time to figure out how to safely enable.

Fixes #76636, #76507

Author: AndyAyersMS
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Copy Markdown
Member Author

@BruceForstall PTAL
cc @dotnet/jit-contrib

See linked issues for some analysis on what goes wrong.

@AndyAyersMS
Copy link
Copy Markdown
Member Author

Runtime test failures look spurious.

@AndyAyersMS
Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr libraries-jitstress, runtime-coreclr jitstress

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@BruceForstall
Copy link
Copy Markdown
Contributor

Only jitstress failure looks like an existing System.Net.Sockets issue #72365
libraries-jitstress failure I've seen many times (and probably needs a new bug and be separately investigated).

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.

Test failure: XDocumentTests.Streaming.XStreamingElementAPI.NestedXStreamingElementPlusIEnumerable

3 participants