Skip to content

Conversation

@wzssyqa
Copy link
Contributor

@wzssyqa wzssyqa commented Mar 19, 2025

No description provided.

@wzssyqa wzssyqa marked this pull request as draft March 19, 2025 06:05
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Mar 19, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 19, 2025

@llvm/pr-subscribers-clang

Author: YunQiang Su (wzssyqa)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/131977.diff

2 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+2)
  • (modified) llvm/docs/ReleaseNotes.md (+3)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ce4336acb806a..24d5e155919d9 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -146,6 +146,8 @@ C23 Feature Support
   better diagnostic behavior for the ``va_start()`` macro in C23 and later.
   This also updates the definition of ``va_start()`` in ``<stdarg.h>`` to use
   the new builtin. Fixes #GH124031.
+- Standardized fmax/fmaximum/fmaximum_num and fmin/fminimum/fminimum_num builtin support.
+  See `LLVM LangRef <http://llvm.org/docs/LangRef.html#llvm-min-intrinsics-comparation>`.
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index b191a840d9803..ebb41af887998 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -65,6 +65,9 @@ Changes to the LLVM IR
 * Updated semantics of `llvm.type.checked.load.relative` to match that of
   `llvm.load.relative`.
 
+* Standarized `minnum/minimum/minimumnum` and `minnum/minimum/minimumnum`.
+  See `Min/Max Comparation <https://llvm.org/docs/LangRef.html#llvm-min-intrinsics-comparation>`.
+
 Changes to LLVM infrastructure
 ------------------------------
 

@wzssyqa
Copy link
Contributor Author

wzssyqa commented Mar 19, 2025

Since we have still some problem to be fixed. So this PR is set a draft.
Wish that we can fix all of these problems in the cycle of LLVM 21.

@wzssyqa
Copy link
Contributor Author

wzssyqa commented Dec 2, 2025

See: #168838

@wzssyqa wzssyqa closed this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants