[all-commits] [llvm/llvm-project] b7b61a: Improve STRICT_FSETCC codegen in absence of no NaN

RoboTux via All-commits all-commits at lists.llvm.org
Tue Feb 9 03:18:29 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7b61a7b5bc63df0d84f3722a1dcfa375c35ba30
      https://github.com/llvm/llvm-project/commit/b7b61a7b5bc63df0d84f3722a1dcfa375c35ba30
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    A llvm/test/CodeGen/AArch64/arm64-constrained-fcmp-no-nans-opt.ll

  Log Message:
  -----------
  Improve STRICT_FSETCC codegen in absence of no NaN

As for SETCC, use a less expensive condition code when generating
STRICT_FSETCC if the node is known not to have Nan.

Reviewed By: SjoerdMeijer

Differential Revision: https://reviews.llvm.org/D91972




More information about the All-commits mailing list