[all-commits] [llvm/llvm-project] 751a6c: IR: Move denormal mode parsing from MachineFunctio...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Sep 18 06:56:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 751a6c5760b8de591cf241effbdad1b1cae67814
https://github.com/llvm/llvm-project/commit/751a6c5760b8de591cf241effbdad1b1cae67814
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/include/llvm/IR/Function.h
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/IR/Function.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list