[all-commits] [llvm/llvm-project] a8cc90: CodeGen: Add -denormal-fp-math-f32 flag
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Mar 27 14:00:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a8cc9047de090352d244c0e1d1db8b4d9b4b7502
https://github.com/llvm/llvm-project/commit/a8cc9047de090352d244c0e1d1db8b4d9b4b7502
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/CommandFlags.h
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/test/CodeGen/NVPTX/f16-instructions.ll
A llvm/test/Other/opt-override-denormal-fp-math-f32.ll
A llvm/test/Other/opt-override-denormal-fp-math-mixed.ll
A llvm/test/Other/opt-override-denormal-fp-math.ll
Log Message:
-----------
CodeGen: Add -denormal-fp-math-f32 flag
Make the set of FP related attributes and command flags closer.
More information about the All-commits
mailing list