-
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->OperIsPutArg()' during 'Lowering nodeinfo' #106876
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
arm-sve
Work related to arm64 SVE/SVE2 support
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Comments
dotnet-issue-labeler
bot
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Aug 23, 2024
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Aug 23, 2024
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
JulieLeeMSFT
removed
the
untriaged
New issue has not been triaged by the area owner
label
Aug 23, 2024
This looks like a bug introduced in #105812. It lowers |
jakobbotsch
added a commit
to jakobbotsch/runtime
that referenced
this issue
Aug 26, 2024
When lowering makes this transformation it should proceed lowering from the original next node of the `CndSel`, not from `op2`. If we proceed lowering from `op2` we will relower some nodes. Fix dotnet#106876
dotnet-policy-service
bot
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Aug 26, 2024
github-actions bot
pushed a commit
that referenced
this issue
Aug 26, 2024
When lowering makes this transformation it should proceed lowering from the original next node of the `CndSel`, not from `op2`. If we proceed lowering from `op2` we will relower some nodes. Fix #106876
jeffschwMSFT
added a commit
that referenced
this issue
Aug 27, 2024
When lowering makes this transformation it should proceed lowering from the original next node of the `CndSel`, not from `op2`. If we proceed lowering from `op2` we will relower some nodes. Fix #106876 Co-authored-by: Jakob Botsch Nielsen <jakob.botsch.nielsen@gmail.com> Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>
mikelle-rogers
pushed a commit
to mikelle-rogers/runtime
that referenced
this issue
Dec 10, 2024
…t#106954) When lowering makes this transformation it should proceed lowering from the original next node of the `CndSel`, not from `op2`. If we proceed lowering from `op2` we will relower some nodes. Fix dotnet#106876
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
arm-sve
Work related to arm64 SVE/SVE2 support
in-pr
There is an active PR which will close this issue when it is merged
Reduced repro is large so I've attached an SPMI collection that reproduces the problem on 269ea26.
I can take a look.
repro-33545.zip
The text was updated successfully, but these errors were encountered: