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

[msan] Implement support for Arm NEON vst{2,3,4} instructions #99360

Merged
merged 28 commits into from
Jul 19, 2024

Conversation

thurstond
Copy link
Contributor

@thurstond thurstond commented Jul 17, 2024

This adds support for vst{2,3,4}, which are not correctly handled by handleUnknownIntrinsic/handleVector{Load,Store}Intrinsic.

This patch also updates the tests introduced in #98247 and #99555

Copy link

github-actions bot commented Jul 17, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@thurstond thurstond marked this pull request as ready for review July 17, 2024 20:35
thurstond added a commit to thurstond/llvm-project that referenced this pull request Jul 18, 2024
This adds an abridged copy of neon_vst.ll (from llvm@ff08215), but with origin tracking enabled.

The test will be updated when MSan's Arm NEON support is improved (e.g., llvm#99360).
vitalybuka pushed a commit that referenced this pull request Jul 18, 2024
This adds an abridged copy of neon_vst.ll (from
ff08215),
but with origin tracking enabled.

The test will be updated when MSan's Arm NEON support is improved (e.g.,
#99360).
thurstond and others added 5 commits July 18, 2024 22:50
"element size has an impact on pointer alignment. Alignment to the element size generally gives better performance, and it might be a requirement of your target operating system. For example, when loading 32-bit elements, align the address of the first element to at least 32-bits."
 -- https://developer.arm.com/documentation/102159/0400/Load-and-store---data-structures
@thurstond thurstond merged commit 54dab7d into llvm:main Jul 19, 2024
4 of 7 checks passed
sgundapa pushed a commit to sgundapa/upstream_effort that referenced this pull request Jul 23, 2024
…9555)

This adds an abridged copy of neon_vst.ll (from
llvm@ff08215),
but with origin tracking enabled.

The test will be updated when MSan's Arm NEON support is improved (e.g.,
llvm#99360).
sgundapa pushed a commit to sgundapa/upstream_effort that referenced this pull request Jul 23, 2024
…9360)

This adds support for vst{2,3,4}, which are not correctly handled by
handleUnknownIntrinsic/handleVector{Load,Store}Intrinsic.

This patch also updates the tests introduced in
llvm#98247 and
llvm#99555

---------

Co-authored-by: Vitaly Buka <vitalybuka@gmail.com>
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
Summary:
This adds an abridged copy of neon_vst.ll (from
ff08215),
but with origin tracking enabled.

The test will be updated when MSan's Arm NEON support is improved (e.g.,
#99360).

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251368
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
Summary:
This adds support for vst{2,3,4}, which are not correctly handled by
handleUnknownIntrinsic/handleVector{Load,Store}Intrinsic.

This patch also updates the tests introduced in
#98247 and
#99555

---------

Co-authored-by: Vitaly Buka <vitalybuka@gmail.com>

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251436
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.

None yet

2 participants