[llvm-branch-commits] [llvm] [AArch64] Fold MIN/MAX(Vec[0], Vec[1]) to VECREDUCE_MIN/MAX(Vec) (PR #181162)

Benjamin Maxwell via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 12 10:03:56 PST 2026


MacDue wrote:

> argument, ask if the target combine can be done post type legalisation?

It can't as the `mix/max` has been lowered by that point. 

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


More information about the llvm-branch-commits mailing list