[all-commits] [llvm/llvm-project] 08cb18: AMDGPU/GlobalISel: Select all constants in tablegen
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 30 07:20:59 PDT 2024
Branch: refs/heads/users/arsenm/globalisel/amdgpu-select-all-constants-in-tablegen
Home: https://github.com/llvm/llvm-project
Commit: 08cb184d82a179154fc313a8e384c91688dbaead
https://github.com/llvm/llvm-project/commit/08cb184d82a179154fc313a8e384c91688dbaead
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