llvm/llvm-project
Voir sur GitHub[DAG] computeKnownFPClass - add ISD::MAXNUM/MINNUM handling + test coverage
Open
#189 694 ouverte le 31 mars 2026
good first issuellvm:SelectionDAG
Métriques du dépôt
- Stars
- (26 378 stars)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
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