Skip to content

Fixing where ClearContained is called for certain Arm64 cast ops - #76517

Merged
tannergooding merged 2 commits into
dotnet:mainfrom
tannergooding:fix-76511
Oct 4, 2022
Merged

Fixing where ClearContained is called for certain Arm64 cast ops#76517
tannergooding merged 2 commits into
dotnet:mainfrom
tannergooding:fix-76511

Conversation

@tannergooding

Copy link
Copy Markdown
Member

This resolves#76511

@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 2, 2022
@ghost

ghost commented Oct 2, 2022

Copy link
Copy Markdown

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

Issue Details

This resolves #76511

Author:tannergooding
Assignees:-
Labels:

area-CodeGen-coreclr

Milestone:-

@tannergooding

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr gcstress0x3-gcstress0xc, Fuzzlyn

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@tannergooding

Copy link
Copy Markdown
MemberAuthor

AV failures need: #76532

@tannergooding

Copy link
Copy Markdown
MemberAuthor

The failure for Runtime_40607 is #76546

@tannergooding

Copy link
Copy Markdown
MemberAuthor

CC. @dotnet/jit-contrib

This resolves #76511. Failures all look to be known. It might be desirable to wait to merge this until after #76532 goes in since that will fix most of the AVs.

@tannergooding

Copy link
Copy Markdown
MemberAuthor

Merged in main to pickup #76532

@tannergooding

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr gcstress0x3-gcstress0xc, Fuzzlyn

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@tannergooding
tannergooding merged commit c23241b into dotnet:mainOct 4, 2022
@tannergooding
tannergooding deleted the fix-76511 branch October 4, 2022 02:26
@tannergooding

Copy link
Copy Markdown
MemberAuthor

@ghostghost locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR 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.

Assertion failed '!op1->isUsedFromMemory()'

2 participants

@tannergooding@BruceForstall