[all-commits] [llvm/llvm-project] 0ad6fc: [SelectionDAG] remove unused isFast() helper funct...

RotateRight via All-commits all-commits at lists.llvm.org
Fri Feb 21 13:58:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ad6fc9928d8a5e3bd148a112d6e772248e515ae
      https://github.com/llvm/llvm-project/commit/0ad6fc9928d8a5e3bd148a112d6e772248e515ae
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h

  Log Message:
  -----------
  [SelectionDAG] remove unused isFast() helper function; NFC

We want flag users to check individual fast-math flags,
not that all of them are set. This was also probably
not working as intended because NoFPExcept isn't always
set on non-strict nodes.




More information about the All-commits mailing list