-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add lowering for get_One, get_AllBitSet, createScalar(), createScalarUnsafe(). #83402
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
Add lowering for get_One, get_AllBitSet, createScalar(), createScalarUnsafe(). #83402
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak |
|
@tannergooding @BruceForstall @anthonycanino Had to add a new instruction VPTERNLOG since cmp instruction previously used to set all bits would write result to k register. And that is not ideal. Everything else should be straightforward |
f5b8330 to
f6ca00a
Compare
f6ca00a to
2686ec0
Compare
42dbaaa to
6096524
Compare
|
CC. @dotnet/jit-contrib, @dotnet/avx512-contrib for secondary review/sign-off Failures are #83298 which has a revert PR up #83412 Tests covering the relevant changes did run and pass, despite the timeouts (can see that in the console log by searching for |
This makes progress towards #80814. Also helps with #83354