[llvm-branch-commits] [llvm] ADT: Add utility functions for comparing FPClassTest (PR #175380)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jan 11 09:27:12 PST 2026


================
@@ -285,6 +285,40 @@ LLVM_ABI FPClassTest unknown_sign(FPClassTest Mask);
 /// Write a human readable form of \p Mask to \p OS
 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, FPClassTest Mask);
 
+/// Returns true if all values in \p LHS must be less than or equal to those in
----------------
arsenm wrote:

Yes, but it also only matters for the equality case which I'm not using yet 

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


More information about the llvm-branch-commits mailing list