Skip to content

release/18.x: [SystemZ] Require D12 for i128 accesses in isLegalAddressingMode() (#79221) #83022

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
Feb 26, 2024

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Feb 26, 2024

Backport 84dcf3d

Requested by: @JonPsson1

…lvm#79221)

Machines with vector support handle i128 in vector registers and
therefore only have the small displacement available for memory
accesses. Update isLegalAddressingMode() to reflect this.

(cherry picked from commit 84dcf3d)
@llvmbot llvmbot added this to the LLVM 18.X Release milestone Feb 26, 2024
@llvmbot
Copy link
Member Author

llvmbot commented Feb 26, 2024

@uweigand What do you think about merging this PR to the release branch?

Copy link
Member

@uweigand uweigand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This should be backported as a fixes a regression with i128 support.

@tstellar tstellar merged commit 5393a05 into llvm:release/18.x Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants