You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Flang] Correct initial limit value in float min/maxloc reductions.
I was looking through to check whether Nan was being handled correctly, and
couldn't work out why simple cases were behaving differently. It turns out the
initial limit values was backwards for minloc/maxloc reductions. This fixes
that from llvm#79469.
0 commit comments