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

Roman Lebedev <lebedev...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Roman Lebedev <lebedev...@gmail.com> ---
Fixed in 077bff39d46364035a5dcfa32fc69910ad0975d0.
The codegen for clamp_with_std_clamp() now matches one for
clamp_with_ternaries(), both matching gcc one.
I'm not sure if we can improve it to `clamp_with_stdmin_of_stdmax()` one.

-- 
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