Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Assertion failed 'ins == INS_add' for madd/msub #61171

Merged
merged 8 commits into from
Nov 4, 2021

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Nov 3, 2021

Fixes #61037 (comment) - it didn't expect INS_adds there (GT_ADD can set flags). Also, I decided to rewrite it to use a separate GT_MADD op (see #61045 (comment))

cc @jakobbotsch

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 3, 2021
@ghost
Copy link

ghost commented Nov 3, 2021

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

Issue Details

Fixes #61037 (comment) - it didn't expect INS_adds there (GT_ADD can set flags). Also, I decided to rewrite it to use a separate GT_MADD op (see #61045 (comment))

cc @jakobbotsch

Author: EgorBo
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
@EgorBo EgorBo closed this Nov 3, 2021
@EgorBo EgorBo reopened this Nov 3, 2021
@EgorBo EgorBo closed this Nov 4, 2021
@EgorBo EgorBo reopened this Nov 4, 2021
Copy link
Member

@jakobbotsch jakobbotsch left a comment

Choose a reason for hiding this comment

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

LGTM

@EgorBo
Copy link
Member Author

EgorBo commented Nov 4, 2021

Failures are unrelated (fail in other PRs as well)

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.

3 participants