[all-commits] [llvm/llvm-project] 19e7f8: AMDGPU: Add default denormal mode to MachineFuncti...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Nov 1 00:03:52 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 19e7f8a21d62d0a6ae8a1bbecb232bd9d520555b
https://github.com/llvm/llvm-project/commit/19e7f8a21d62d0a6ae8a1bbecb232bd9d520555b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir
M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
Log Message:
-----------
AMDGPU: Add default denormal mode to MachineFunctionInfo
The default FP mode should really be a property of a specific
function, and not a subtarget. Introduce the necessary fields to the
SIMachineFunctionInfo to help move towards this goal.
More information about the All-commits
mailing list