-
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
JIT: Assertion failed 'arg->OperIsStore() || arg->OperIsCopyBlkOp()' in PGO testing #68472
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue Detailsx64 windows. seems to be a recent regression 5 different legs hit this error. https://dev.azure.com/dnceng/public/_build/results?buildId=1735161&view=ms.vss-test-web.build-test-results-tab This one is probably the simplest to repro:
cc @dotnet/jit-contrib
|
I'm guessing it's from #68140, I removed an |
Under JitRepeatOpts we sometimes turn early-arg stores into GT_NOP nodes. Fix dotnet#68472
Under JitRepeatOpts we sometimes turn early-arg stores into GT_NOP nodes. Fix #68472
x64 windows. seems to be a recent regression
5 different legs hit this error. https://dev.azure.com/dnceng/public/_build/results?buildId=1735161&view=ms.vss-test-web.build-test-results-tab
This one is probably the simplest to repro:
cc @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: