-
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
[arm32] Assertion failed 'genIsValidIntReg(dstReg)' #10451
Labels
arch-arm32
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
bug
Milestone
Comments
echesakov
changed the title
[Linux/arm] Assertion failed 'genIsValidIntReg(dstReg)'
[ARM] Assertion failed 'genIsValidIntReg(dstReg)'
Jun 7, 2018
@dotnet/jit-contrib |
echesakov
changed the title
[ARM] Assertion failed 'genIsValidIntReg(dstReg)'
[arm32] Assertion failed 'genIsValidIntReg(dstReg)'
Jun 7, 2018
Also reproducible on Windows/arm in System.Linq.Expressions.Tests under JitStress=2
|
CarolEidt
referenced
this issue
in CarolEidt/coreclr
Jun 20, 2018
CarolEidt
referenced
this issue
in dotnet/coreclr
Jun 20, 2018
* An UnusedValue still requires a target reg The BuildSimple method wasn't creating a def for an unused value. Although (in this case) the code is dead, the code generator must still be able to generate code for it. * Add test case for #18295 to arm/arm64 tests.lst
Confirmed that dotnet/coreclr#18561 fixes this on arm/linux |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-arm32
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
bug
It seems that this has been broken for a while. I recently caught this during PR dotnet/coreclr#18289 testing
But the regression was introduced earlier - sometime between Build dotnet/coreclr#18 (May 17, 2018 4:32:43 AM) and Build dotnet/coreclr#19 (May 24, 2018 4:27:51 AM)
Update: The issue is also reproducible on Windows/ARM (e.g. https://ci.dot.net/job/dotnet_coreclr/job/master/view/arm/job/jitstress/job/arm_cross_checked_windows_nt_corefx_baseline_tst/21/consoleText)
When the issue is resolved enable back tests disabled in PR dotnet/coreclr#18347
The text was updated successfully, but these errors were encountered: