[all-commits] [llvm/llvm-project] 4e4851: [SelectionDAG] Add the fpexcept flag to the Select...

topperc via All-commits all-commits at lists.llvm.org
Mon Dec 16 18:05:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e48513b472bddf239fc4a9953b0e8c856f284ef
      https://github.com/llvm/llvm-project/commit/4e48513b472bddf239fc4a9953b0e8c856f284ef
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

  Log Message:
  -----------
  [SelectionDAG] Add the fpexcept flag to the SelectionDAG dumping output so we can better see when its not propagating.

We're currently losing this flag in type legalization and probably
other places when we expand strict fp nodes. This will make
reading logs easier.




More information about the All-commits mailing list