[all-commits] [llvm/llvm-project] 4463ba: AMDGPU: Use DenormalMode type in FP mode tracking
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Dec 21 17:36:02 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4463badf46b4e42174a3138eddec551d20775676
https://github.com/llvm/llvm-project/commit/4463badf46b4e42174a3138eddec551d20775676
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Log Message:
-----------
AMDGPU: Use DenormalMode type in FP mode tracking
This simplies a future patch. The MIR handling should be fixed. We're
still printing these in custom MachineFunctionInfo as bools (plus the
inverted meaning is hard to follow).
More information about the All-commits
mailing list