[all-commits] [llvm/llvm-project] 851176: [AMDGPU] Remove AMDGPUISelDAGToDAG::isKnownNeverNaN

Thomas Symalla via All-commits all-commits at lists.llvm.org
Tue Nov 29 22:58:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 851176c7f760ca27ef6aff4ab0b6491afd7b0304
      https://github.com/llvm/llvm-project/commit/851176c7f760ca27ef6aff4ab0b6491afd7b0304
  Author: Thomas Symalla <info at seuchomat.org>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h

  Log Message:
  -----------
  [AMDGPU] Remove AMDGPUISelDAGToDAG::isKnownNeverNaN

This function removes the mentioned function, as it only does two
checks which are already implemented as part of
SelectionDAG::isKnownNeverNaN - which is called there.

Reviewed By: arsenm

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




More information about the All-commits mailing list