[all-commits] [llvm/llvm-project] 9e7feb: [AMDGPU][GISel] Select llvm.amdgcn.fcmp intrinsics
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Nov 22 06:19:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e7febb4f73c8584f622d4dad17be5417938eb10
https://github.com/llvm/llvm-project/commit/9e7febb4f73c8584f622d4dad17be5417938eb10
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/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fcmp.constants.w32.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fcmp.constants.w64.mir
R llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.w32.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.w64.ll
Log Message:
-----------
[AMDGPU][GISel] Select llvm.amdgcn.fcmp intrinsics
Adds FP CCs opcodes/selection logic, including src mods selection
Depends on D136591, D136448
Resolves #58326 (https://github.com/llvm/llvm-project/issues/58326)
Reviewed By: arsenm, foad
Differential Revision: https://reviews.llvm.org/D136592
More information about the All-commits
mailing list