CodeGen: Add -denormal-fp-math-f32 flag
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 4 Dec 2019 09:04:14 +0000 (14:34 +0530)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 27 Mar 2020 21:00:39 +0000 (14:00 -0700)
commita8cc9047de090352d244c0e1d1db8b4d9b4b7502
tree5bb676e63bd04dcaf5d291658d3e6b3ed8d72a9f
parenta6dfd827e588aaa0ef221cd29f846dc88ce2877c
CodeGen: Add -denormal-fp-math-f32 flag

Make the set of FP related attributes and command flags closer.
llvm/include/llvm/CodeGen/CommandFlags.h
llvm/lib/CodeGen/CommandFlags.cpp
llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
llvm/test/CodeGen/NVPTX/f16-instructions.ll
llvm/test/Other/opt-override-denormal-fp-math-f32.ll [new file with mode: 0644]
llvm/test/Other/opt-override-denormal-fp-math-mixed.ll [new file with mode: 0644]
llvm/test/Other/opt-override-denormal-fp-math.ll [new file with mode: 0644]