[llvm] [X86] Try Folding icmp of v8i32 -> fcmp of v8f32 on AVX (PR #82290)

via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 25 16:51:39 PST 2024


goldsteinn wrote:

> I recall I read someone commented with concern when DAZ is set, fcmp will always return equal for denormal values, but I cannot find the comment now. Is this a real concern? Did we fix it?

Looks like that would be the result of DAZ, but didn't test:
https://stackoverflow.com/questions/54047415/do-denormal-flags-like-denormals-are-zero-daz-affect-comparisons-for-equality

Ill update with `sub` flag.

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


More information about the llvm-commits mailing list