================
@@ -1091,6 +1100,26 @@ class APFloat : public APFloatBase {
}
}
+ static bool hasZero(const fltSemantics &Sem) {
----------------
durga4github wrote:
Sure, Added in the latest revision.
https://github.com/llvm/llvm-project/pull/107127