llvm/llvm-project
GitHub で見る[InstCombiner] foldIntrinsicIsFPClass - incorrect submasking of FPClassTest masks
Open
#189,949 opened on 2026年4月1日
floating-pointgood first issuellvm:instcombine
Repository metrics
- Stars
- (26,378 stars)
- PR merge metrics
- (平均マージ 1d 2h) (30d で 1,000 merged PRs)
説明
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: