[all-commits] [llvm/llvm-project] 7e734d: Clang: Add nsz to llvm.minnum and llvm.maxnum emit...
YunQiang Su via All-commits
all-commits at lists.llvm.org
Tue Feb 10 16:33:52 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e734da3460bc6f3474a16b4385332021ee6cdc2
https://github.com/llvm/llvm-project/commit/7e734da3460bc6f3474a16b4385332021ee6cdc2
Author: YunQiang Su <yunqiang at isrc.iscas.ac.cn>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/RISCV/math-builtins.c
M clang/test/CodeGen/builtins.c
M clang/test/CodeGen/math-builtins-long.c
M clang/test/CodeGenOpenCL/builtins-f16.cl
M clang/test/Headers/__clang_hip_math.hip
M clang/test/Headers/amdgcn_openmp_device_math_constexpr.cpp
M clang/test/Headers/nvptx_device_math_complex.c
M clang/test/Headers/nvptx_device_math_complex.cpp
Log Message:
-----------
Clang: Add nsz to llvm.minnum and llvm.maxnum emitted from fmin and fmax (#113133)
See: https://github.com/llvm/llvm-project/pull/112852
We will define llvm.minnum and llvm.maxnum with +0.0>-0.0, by default,
while libc doesn't require it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list