Skip to content

[msan] Precommit tests for Arm NEON VST with lanes #100645

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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

thurstond
Copy link
Contributor

MSan does not yet correctly instrument the st{2,3,4}lane intrinsics but the test should still pass.

st1lane does not map to an Arm NEON instruction and is already correctly instrumented.

MSan does not yet correctly instrument the st{2,3,4}lane intrinsics
but the test should still pass.

st1lane does not map to an Arm NEON instruction and is already correctly instrumented.
@thurstond thurstond requested a review from vitalybuka July 25, 2024 19:46
@vitalybuka vitalybuka merged commit 460a86d into llvm:main Jul 29, 2024
8 checks passed
thurstond added a commit to thurstond/llvm-project that referenced this pull request Jul 30, 2024
This generalizes MSan's Arm NEON vst support, to include the lane-specific
variants.

This also updates the test from llvm#100645.
vitalybuka pushed a commit to thurstond/llvm-project that referenced this pull request Aug 9, 2024
This generalizes MSan's Arm NEON vst support, to include the lane-specific
variants.

This also updates the test from llvm#100645.
thurstond added a commit that referenced this pull request Aug 9, 2024
This generalizes MSan's Arm NEON vst support, to include the
lane-specific variants.

This also updates the test from
#100645.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants