[all-commits] [llvm/llvm-project] 2d2627: AMDGPU: Remove fp-exceptions feature
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 29 12:20:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2d2627d47a1fc1f966d058aadc18099038be5af0
https://github.com/llvm/llvm-project/commit/2d2627d47a1fc1f966d058aadc18099038be5af0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
M llvm/test/CodeGen/AMDGPU/clamp.ll
M llvm/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
Log Message:
-----------
AMDGPU: Remove fp-exceptions feature
This was never used, and the only thing it changed was removed in
284472be6da3353d81dfd25b1ac4218e852d1e5f. The floating point mode is
also not a property of the subtarget.
More information about the All-commits
mailing list