Updating xarch to utilize EVEX compares and blending where possible#110342
Closed
tannergooding wants to merge 1 commit into
Closed
Updating xarch to utilize EVEX compares and blending where possible#110342tannergooding wants to merge 1 commit into
tannergooding wants to merge 1 commit into
Conversation
tannergooding
marked this pull request as draft
December 3, 2024 01:15
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
tannergooding
force-pushed
the
msk-128-x64
branch
from
December 7, 2024 07:10
0ebbd83 to
f9088fd
Compare
This was referenced Dec 7, 2024
tannergooding
force-pushed
the
msk-128-x64
branch
from
December 8, 2024 03:21
85d9ee9 to
9482476
Compare
Open
3 tasks
tannergooding
force-pushed
the
msk-128-x64
branch
3 times, most recently
from
December 10, 2024 21:12
9cdb430 to
a4642dc
Compare
tannergooding
force-pushed
the
msk-128-x64
branch
from
December 11, 2024 00:27
a4642dc to
b16be0b
Compare
tannergooding
force-pushed
the
msk-128-x64
branch
4 times, most recently
from
December 12, 2024 00:53
2fd13fe to
81e03cb
Compare
tannergooding
force-pushed
the
msk-128-x64
branch
from
December 14, 2024 03:17
81e03cb to
928fea3
Compare
Contributor
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-- This is an early draft and still requires more work. In particular there still needs to be a step, likely in lowering, which recognizes cases of
CvtMaskToVector(Compare(x, y))and uses the legacy SIMD comparison instead. The same goes for cases likeBlendVariable(x, y, CvtVectorToMask(z))