https://bugs.llvm.org/show_bug.cgi?id=36982

Sanjay Patel <spatel+l...@rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |3a8ea86

--- Comment #4 from Sanjay Patel <spatel+l...@rotateright.com> ---
Yes, the semantics are specified now (we chose minnum/maxnum) and default
lowering  implemented with:
https://reviews.llvm.org/D87391

That's what we see in the x86 asm in comment 3 - the hardware instructions use
the fcmp+select semantics, so we need to check for NAN and blend those away if
present.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to