[all-commits] [llvm/llvm-project] 9c8af9: Add support for STRICT_FSETCC promotion

RoboTux via All-commits all-commits at lists.llvm.org
Tue Nov 24 08:54:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c8af93c93d0eec980cd58c194ad964e14d245ac
      https://github.com/llvm/llvm-project/commit/9c8af93c93d0eec980cd58c194ad964e14d245ac
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

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

  Log Message:
  -----------
  Add support for STRICT_FSETCC promotion

Add missing handling of STRICT_FSETCC promotion. This prevents assert
failure in llvm::TargetLoweringBase::getTypeToPromoteTo().

Reviewed By: uweigand

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




More information about the All-commits mailing list