[llvm] [InstCombine] Resolve incorrect submasking in foldIntrinsicIsFPClass (PR #190504)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 07:24:48 PDT 2026


================
@@ -863,6 +863,37 @@ define i1 @test_class_is_not_nan_nnan_src_strict(float %x) strictfp {
   ret i1 %class
 }
 
+; Fold to true when known classes are a strict subset of the mask
----------------
arsenm wrote:

Would changing this result in one less reprocessing of the instruction? 

https://github.com/llvm/llvm-project/pull/190504


More information about the llvm-commits mailing list