================
@@ -1007,6 +1023,10 @@ IEEEFloat &IEEEFloat::operator=(IEEEFloat &&rhs) {
}
bool IEEEFloat::isDenormal() const {
+ // No denormals in Float8E8M0FN
----------------
durga4github wrote:
Addressed in the latest revision.
https://github.com/llvm/llvm-project/pull/107127