mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 00:56:06 +00:00

We can just use the initial element that feeds the reduction. max(max(x, y), z) == max(max(x,y), max(x,z)) radar://13723044 llvm-svn: 181141