-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Commits on Jul 18, 2024
-
[msan] Implement support for Arm NEON vst{2,3,4} instructions
This adds support for vst{2,3,4}, which are not correctly handled by handleUnknownIntrinsic/handleVector{Load,Store}Intrinsic.
Configuration menu - View commit details
-
Copy full SHA for b098c85 - Browse repository at this point
Copy the full SHA b098c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 508d6ee - Browse repository at this point
Copy the full SHA 508d6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f83255f - Browse repository at this point
Copy the full SHA f83255fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e400ab8 - Browse repository at this point
Copy the full SHA e400ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f0efb - Browse repository at this point
Copy the full SHA c4f0efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c925b0c - Browse repository at this point
Copy the full SHA c925b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d47057 - Browse repository at this point
Copy the full SHA 7d47057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bfaba7 - Browse repository at this point
Copy the full SHA 3bfaba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc60f0 - Browse repository at this point
Copy the full SHA 5fc60f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1918a - Browse repository at this point
Copy the full SHA 6d1918aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efd4bb - Browse repository at this point
Copy the full SHA 7efd4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b3180 - Browse repository at this point
Copy the full SHA 04b3180View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe762b - Browse repository at this point
Copy the full SHA abe762bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3af71 - Browse repository at this point
Copy the full SHA 5e3af71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0843c6f - Browse repository at this point
Copy the full SHA 0843c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797dd3d - Browse repository at this point
Copy the full SHA 797dd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f731c68 - Browse repository at this point
Copy the full SHA f731c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec1cd3 - Browse repository at this point
Copy the full SHA 5ec1cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d5155 - Browse repository at this point
Copy the full SHA 53d5155View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab878c - Browse repository at this point
Copy the full SHA bab878cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0939b - Browse repository at this point
Copy the full SHA eb0939bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec56547 - Browse repository at this point
Copy the full SHA ec56547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fb500 - Browse repository at this point
Copy the full SHA 64fb500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0abae - Browse repository at this point
Copy the full SHA 2d0abaeView commit details -
Relax alignment back to 1 byte because it is not guaranteed to be more
"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
Configuration menu - View commit details
-
Copy full SHA for af86d86 - Browse repository at this point
Copy the full SHA af86d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6903e38 - Browse repository at this point
Copy the full SHA 6903e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 178527d - Browse repository at this point
Copy the full SHA 178527dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1b169 - Browse repository at this point
Copy the full SHA 3c1b169View commit details
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.