IR: Move denormal mode parsing from MachineFunction to Function
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 17 Sep 2020 21:50:42 +0000 (17:50 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 18 Sep 2020 13:55:47 +0000 (09:55 -0400)
commit751a6c5760b8de591cf241effbdad1b1cae67814
treecafb70d01ad906c5796b33ce642519eebbd41826
parent05c02eda4552076dc08ce34866b3d8ee33bbf842
IR: Move denormal mode parsing from MachineFunction to Function

This was just inspecting the IR to begin with, and is useful to check
in some places in the IR.
llvm/include/llvm/IR/Function.h
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/IR/Function.cpp