[all-commits] [llvm/llvm-project] 81ba95: FastISel: Fix incorrectly using getPointerTy (#110...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Sep 30 02:44:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81ba95cefe1b5a12f0a7d8e6a383bcce9e95b785
https://github.com/llvm/llvm-project/commit/81ba95cefe1b5a12f0a7d8e6a383bcce9e95b785
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M llvm/include/llvm/CodeGen/FastISel.h
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
A llvm/test/CodeGen/X86/issue56055.ll
Log Message:
-----------
FastISel: Fix incorrectly using getPointerTy (#110465)
This was using the default address space instead of the
correct one.
Fixes #56055
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list