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

FastISel: Fix incorrectly using getPointerTy (#110465) #110827

Open
wants to merge 2 commits into
base: release/19.x
Choose a base branch
from

Commits on Oct 2, 2024

  1. FastISel: Fix incorrectly using getPointerTy (llvm#110465)

    This was using the default address space instead of the
    correct one.
    
    Fixes llvm#56055
    
    Keep old method around for ABI compatibility on the release branch.
    
    (cherry picked from commit 81ba95c)
    arsenm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    53bc67c View commit details
    Browse the repository at this point in the history
  2. Move out of line

    arsenm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b29c0e2 View commit details
    Browse the repository at this point in the history