[llvm] [LV] Vectorize FMax w/o fast-math flags. (PR #146711)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 13:09:40 PDT 2025


fhahn wrote:

I also shared another variant to vectorize maxnum/minnum (used by std::fmax/std::fmin) in https://github.com/llvm/llvm-project/pull/148239. That one is slightly less code and may be good to review first

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


More information about the llvm-commits mailing list