[llvm] [AArch64][SVE] Fold nested boolean UMIN trees (PR #209234)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 09:12:00 PDT 2026


================
@@ -3235,6 +3235,39 @@ instCombineInStreamingMode(InstCombiner &IC, IntrinsicInst &II) {
   return std::nullopt;
 }
 
+static std::optional<Instruction *> instCombineSVEUMin(InstCombiner &IC,
+                                                       IntrinsicInst &II) {
----------------
paulwalker-arm wrote:

Please add a comment to describe the transformation.

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


More information about the llvm-commits mailing list