[flang-commits] [flang] [flang][OpenMP] Use maxnum/minnum for lowering of max/min reduction operators (PR #89258)

Jan Leyonberg via flang-commits flang-commits at lists.llvm.org
Thu Apr 18 10:18:09 PDT 2024


jsjodin wrote:

> > > If this fixes #87955 then can you add a fixes tag?
> > 
> > 
> > This works for me on AArch64. I think it lowers the 128 version early to compare and select. Thanks for the fix.
> 
> Sorry, I got that wrong. For #87955 it is a min reduction and the backend can convert minnum to a `fminl` call hence it works.

Okay, so does this PR fix anything?

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


More information about the flang-commits mailing list