[all-commits] [llvm/llvm-project] 156afb: AMDGPU: Fix inlining logic for denormals
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Apr 23 12:44:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 156afb2253eabf0e2d446dafd08e754d7b9f513a
https://github.com/llvm/llvm-project/commit/156afb2253eabf0e2d446dafd08e754d7b9f513a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
A llvm/test/Transforms/Inline/AMDGPU/inline-denormal-fp-math.ll
Log Message:
-----------
AMDGPU: Fix inlining logic for denormals
This was backwards from intended and missing a test. We perhaps should
just ignored the FP mode here, since it shouldn't be legal to mix code
with different default modes in the absence of strictfp.
More information about the All-commits
mailing list