-
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
win/x64: Assertion failed 'false && "found use of a node that is not in the LIR sequence"' during 'Lowering nodeinfo' #108613
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
I can't repro this. I'm on this recent change:
I build the test with
on an AVX-512 capable win/x64 machine. @kunalspathak one thing I don't understand in the repro case is this:
What are the "Debug: 0" and "Release: 0"? Any suggestions for how to repro this failure? |
@BruceForstall this might be a dumb question, but did you tweak the source code so the driver logic goes in |
yes, was going to say that. need to do this: public static void Main(string[] args)
{ Antigen(); } The repro basically returns the hashcode of accumulated value and when it fails, I just print 0. |
Probably, I will do it next time i submit the Antigen repro. |
Ok, that is non-obvious. The repro case in the bug should be the code you actually need to run to repro. With that, the assert hits with only (Maybe the reducer should try reducing the set of DOTNET variables, after reducing the size of the test case?) |
…otMask (#108803) * Fix optimization of Vector512 And + Not to AndNot Fixes #108613 * Fix test --------- Co-authored-by: Bruce Forstall <[email protected]>
The text was updated successfully, but these errors were encountered: