llvm/llvm-project
[InstCombiner] foldIntrinsicIsFPClass - incorrect submasking of FPClassTest masks
Geschlossen
#189.949 geöffnet am 01.04.2026
floating-pointgood first issuellvm:instcombine
Repository-Metriken
- Stars
- (26.378 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 2h) (1.000 gemergte PRs in 30 T)
Beschreibung
As mentioned here when creating the DAG equivalent: https://github.com/llvm/llvm-project/pull/189944#discussion_r3021637130
We shouldn't be looking for equality, we should be testing that they are a subset of the known classes: