[all-commits] [llvm/llvm-project] bef271: AMDGPU: Fix not using f16 fsin/fcos
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jan 27 09:00:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bef27175c716252e4d0caec27b61c572dc92cc90
https://github.com/llvm/llvm-project/commit/bef27175c716252e4d0caec27b61c572dc92cc90
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
M llvm/test/CodeGen/AMDGPU/llvm.cos.f16.ll
M llvm/test/CodeGen/AMDGPU/llvm.sin.f16.ll
Log Message:
-----------
AMDGPU: Fix not using f16 fsin/fcos
I noticed this because this accidentally started working for
GlobalISel.
Commit: 0968234590d1bd2d1dd727f0254e16d8f39e1844
https://github.com/llvm/llvm-project/commit/0968234590d1bd2d1dd727f0254e16d8f39e1844
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
Log Message:
-----------
AMDGPU/GlobalISel: Minor refactor of MUBUF complex patterns
This will make it easier to support the small variants in the complex
patterns for atomics.
Compare: https://github.com/llvm/llvm-project/compare/e37997cc0de0...0968234590d1
More information about the All-commits
mailing list