Skip to content

[GlobalISel] Fix miscompile when narrowing vector loads/stores to non-byte-sized types (#136739) #10597

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
May 4, 2025

Conversation

tobias-stadler
Copy link

LegalizerHelper::reduceLoadStoreWidth does not work for non-byte-sized types, because this would require (un)packing of bits across byte boundaries.

rdar://118399919
(cherry picked from commit 0b5daeb)

…-byte-sized types (llvm#136739)

LegalizerHelper::reduceLoadStoreWidth does not work for non-byte-sized
types, because this would require (un)packing of bits across byte
boundaries.

rdar://118399919
(cherry picked from commit 0b5daeb)
@tobias-stadler tobias-stadler requested a review from a team as a code owner May 1, 2025 14:38
@fhahn
Copy link

fhahn commented May 2, 2025

@swift-ci please test

@fhahn fhahn merged commit 426f39c into swiftlang:stable/20240723 May 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants