llvm/llvm-project

[DAG] computeKnownFPClass - add ISD::SQRT handling + test coverage

Open

#189,583 opened on Mar 31, 2026

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (10,782 forks)batch import
good first issuellvm:SelectionDAG

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (Avg merge 1d 2h) (1,000 merged PRs in 30d)

Description

This will need to be based off the implementation in computeKnownFPClass in ValueTracking.cpp.

This should be tested with IR tests and not unit tests

Contributor guide