[all-commits] [llvm/llvm-project] 2896f4: AMDGPU/GlobalISel: Select all constants in tablegen
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 30 07:28:27 PDT 2024
Branch: refs/heads/users/arsenm/globalisel/amdgpu-select-all-constants-in-tablegen
Home: https://github.com/llvm/llvm-project
Commit: 2896f4b682b42e7505c6889cfbd44e757759a91a
https://github.com/llvm/llvm-project/commit/2896f4b682b42e7505c6889cfbd44e757759a91a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir
Log Message:
-----------
AMDGPU/GlobalISel: Select all constants in tablegen
This regresses the arbitrary address space pointer case. Ideally
we could write a pattern that matches a pointer based only on
its size, but using iPTR/iPTRAny seem to not work for this.
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