[clang] [Clang] Add float type support to __builtin_reduce_add and __builtin_reduce_multipy (PR #120367)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 3 09:41:08 PST 2025


farzonl wrote:

> fp reductions are a nightmare - every time I thought we were getting somewhere, something else fastmath related causes more headaches.

@RKSimon should I not proceed with this PR? I was really hoping to use this in HLSL as it makes implementing many of our runtime apis easy in the frontend.

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


More information about the cfe-commits mailing list