[clang] [llvm] Clang: emit llvm.minnum and llvm.maxnum with nsz always (PR #113133)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 03:35:03 PST 2025
arsenm wrote:
> nsz is missing for `__builtin_elementwise_min`. I am working on it.
I'm not sure that's a good idea. For fmin/fmax it seems OK, but this doesn't take the libm name
https://github.com/llvm/llvm-project/pull/113133
More information about the llvm-commits
mailing list