Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Fix
CndSel(AllTrue, op2, op3) -> op2
"next" node return (dotne…
…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
- Loading branch information