llvm/llvm-project

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

Open

#189.694 aberto em 31 de mar. de 2026

Ver no GitHub
 (9 comments) (0 reactions) (1 assignee)C++ (10.782 forks)batch import
good first issuellvm:SelectionDAG

Métricas do repositório

Stars
 (26.378 stars)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

Description

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

Guia do colaborador