[all-commits] [llvm/llvm-project] 50578c: [AMDGPU] Add f16 to i1 CodeGen patterns.
Wen-Heng (Jack) Chung via All-commits
all-commits at lists.llvm.org
Thu Feb 4 09:44:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50578cf3392234016410077593aec397f436258d
https://github.com/llvm/llvm-project/commit/50578cf3392234016410077593aec397f436258d
Author: Wen-Heng (Jack) Chung <whchung at gmail.com>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fptosi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fptosi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fptoui.mir
M llvm/test/CodeGen/AMDGPU/fptosi.f16.ll
M llvm/test/CodeGen/AMDGPU/fptoui.f16.ll
Log Message:
-----------
[AMDGPU] Add f16 to i1 CodeGen patterns.
Follow patterns used for f32 and f64 types.
Differential Revision: https://reviews.llvm.org/D95964
More information about the All-commits
mailing list