[llvm] [InstCombine] Fold fcmp ogt (x - y), 0 into fcmp ogt x, y #85245 (PR #85506)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 00:01:08 PDT 2024


jayfoad wrote:

> @jayfoad, how can I check for denormals being flushed?

See earlier comments. @arsenm said:

> F.getDenormalType(fltSemantics) == DenormalMode::getIEEE() works, but is pretty ugly

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


More information about the llvm-commits mailing list