[all-commits] [llvm/llvm-project] a75167: [AMDGPU][GISel] Add llvm.amdgcn.icmp selection
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Nov 22 00:27:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a751676f98e8d1380cedc7c4639704bd41a0f182
https://github.com/llvm/llvm-project/commit/a751676f98e8d1380cedc7c4639704bd41a0f182
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-icmp.s16.mir
R llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.icmp.ll
R llvm/test/CodeGen/AMDGPU/llvm.amdgcn.icmp.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.icmp.w32.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.icmp.w64.ll
Log Message:
-----------
[AMDGPU][GISel] Add llvm.amdgcn.icmp selection
Add missing logic to select i16 variants and enable GISel testing.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D136448
More information about the All-commits
mailing list