[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 08:55:56 PDT 2025


================
@@ -305,6 +314,12 @@ class RecurrenceDescriptor {
            isFindLastIVRecurrenceKind(Kind);
   }
 
+  /// Returns true if the recurrence kind is of the form
+  ///   select(cmp(),x,y) where one of (x,y) is an arbitrary value.
----------------
MacDue wrote:

very nit: one is an arbitrary value and the other is a recurrence?

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


More information about the llvm-commits mailing list