[clang] [llvm] [LangRef] Clarify specification for float min/max operations (PR #172012)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 7 08:10:12 PST 2026


================
@@ -17305,95 +17305,44 @@ The returned value is completely identical to the input except for the sign bit;
 in particular, if the input is a NaN, then the quiet/signaling bit and payload
 are perfectly preserved.
 
-.. _i_fminmax_family:
+Floating-point min/max intrinsics comparison
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-'``llvm.min.*``' Intrinsics Comparation
----------------
nikic wrote:

Thanks, I changed these to reference `i-fminmax-family` instead, so it's not dependent on the header (which had a typo previously...)

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


More information about the cfe-commits mailing list