-
- Downloads
FastISel: Fix incorrectly using getPointerTy (#110465)
This was using the default address space instead of the correct one. Fixes #56055 Keep old method around for ABI compatibility on the release branch. (cherry picked from commit 81ba95cefe1b5a12f0a7d8e6a383bcce9e95b785)
Showing
- llvm/include/llvm/CodeGen/FastISel.h 6 additions, 1 deletionllvm/include/llvm/CodeGen/FastISel.h
- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp 4 additions, 4 deletionsllvm/lib/CodeGen/SelectionDAG/FastISel.cpp
- llvm/lib/Target/X86/X86FastISel.cpp 3 additions, 1 deletionllvm/lib/Target/X86/X86FastISel.cpp
- llvm/test/CodeGen/X86/issue56055.ll 81 additions, 0 deletionsllvm/test/CodeGen/X86/issue56055.ll
Loading
Please register or sign in to comment