================ @@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
