-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[RFC] Assertion failed 'OperIs(GT_NOP, GT_CALL, GT_FIELD_LIST, GT_COMMA) || OperIsCompare() || OperIsLong() || OperIsSIMD() || OperIsHWIntrinsic()' #760
Comments
\cc @BruceForstall |
I will take a look. |
The issue is specific to I suggest you to use With regard to |
That would be good IMO as it's quite a bit of code. When it first appeared I thought it's great to have this kind of linear dump. And then never used it, not even once. And instead went on improving tree dumps :) |
I agree with @mikedn. If anyone actually uses it, speak up. But I think only the original author ever used it. |
Hi @sandreenko Thanks for your kind response!
Yes, I use it to dump the High
I also agree to deprecate Cheers, |
How about
Thanks, |
Does it fail with something MIPS specific?
Doesn't it work for that test? How does it fail? |
Yes, we refactoried the
Cheers, |
This issue is resolved, so closing. I opened #818 to cover the suggestion to remove |
Hi,
Base on this commit.
Testcase: Hello.dll
Build and run option:
Assertion failed:
And CoreCLR 3.x branch for ARM64 and MIPS64 are also able to reproduce the issue:
ARM64:
MIPS64:
Workaround patch:
Request for comments.
Thanks,
Leslie Zhai
The text was updated successfully, but these errors were encountered: