[llvm-branch-commits] [llvm] InstCombine: Support basic phis in SimplifyDemandedFPClass (PR #184124)

Yingwei Zheng via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 10 08:25:55 PDT 2026


================
@@ -606,7 +606,7 @@ class LLVM_LIBRARY_VISIBILITY InstCombinerImpl final
 
   bool SimplifyDemandedFPClass(Instruction *I, unsigned Op,
                                FPClassTest DemandedMask, KnownFPClass &Known,
-                               unsigned Depth = 0);
+                               const SimplifyQuery &Q, unsigned Depth = 0);
----------------
dtcxzyw wrote:

Please rebase on the top of https://github.com/llvm/llvm-project/pull/184193 and https://github.com/llvm/llvm-project/pull/184171.

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


More information about the llvm-branch-commits mailing list