Skip to content

Conversation

kunalspathak
Copy link
Contributor

During lowering, if we see CndSel(AllTrue, op2, op3), we replace it with op2 and delete AllTrue and op3. If op3 is AllFalse, we remove it too. However, it can be wrapped in MaskToVector(AllFalse) and in such case, we would just delete MaskToVector node and not AllFalse node. Fixed by removing that node as well.

Fixes: #113338

@Copilot Copilot AI review requested due to automatic review settings April 4, 2025 17:29
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 4, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • src/tests/JIT/Regression/JitBlue/Runtime_113338/Runtime_113338.csproj: Language not supported

@kunalspathak
Copy link
Contributor Author

@dotnet/jit-contrib @dotnet/arm64-contrib

Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@kunalspathak
Copy link
Contributor Author

most of the failures seems to be #113534 which is fixed in #114228. I will merge main, just to be sure.

@kunalspathak
Copy link
Contributor Author

/azp run Fuzzlyn, Antigen

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@kunalspathak
Copy link
Contributor Author

/azp run Fuzzlyn

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kunalspathak
Copy link
Contributor Author

osx/arm64 fuzzlyn failure is #113940

@kunalspathak kunalspathak merged commit 9559b2a into dotnet:main Apr 7, 2025
117 of 123 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JIT: Assertion failed 'node->IsUnusedValue() && "found an unmarked unused value"' during 'Lowering nodeinfo'
2 participants