Skip to content
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

Updating xarch to utilize EVEX compares and blending where possible #110342

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tannergooding
Copy link
Member

-- 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 like BlendVariable(x, y, CvtVectorToMask(z))

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Dec 3, 2024
@tannergooding tannergooding marked this pull request as draft December 3, 2024 01:15
Copy link
Contributor

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

@tannergooding tannergooding force-pushed the msk-128-x64 branch 3 times, most recently from 9cdb430 to a4642dc Compare December 10, 2024 21:12
@tannergooding tannergooding force-pushed the msk-128-x64 branch 4 times, most recently from 2fd13fe to 81e03cb Compare December 12, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant