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

Open
wants to merge 1 commit into
base: stable/20240723
Choose a base branch
from

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

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