llvm/llvm-project

[DAG] computeKnownFPClass - add ISD::MAXNUM/MINNUM handling + test coverage

Open

#189,694 创建于 2026年3月31日

在 GitHub 查看
 (9 评论) (0 反应) (1 负责人)C++ (26,378 star) (10,782 fork)batch import
good first issuellvm:SelectionDAG

描述

ISD::FMAXIMUM/ISD::FMINIMUM + ISD::FMAXIMUMNUM/ISD::FMINIMUMNUM handling can be added as well

This will need to be based off the implementation in computeKnownFPClass in ValueTracking.cpp - DenormalMode access might take some additional patches / test coverage

This should be tested with IR tests and not unit tests

贡献者指南