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

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 11 02:31:31 PST 2025


================
@@ -56,6 +56,8 @@ bool RecurrenceDescriptor::isIntegerRecurrenceKind(RecurKind Kind) {
   case RecurKind::FindFirstIVUMin:
   case RecurKind::FindLastIVSMax:
   case RecurKind::FindLastIVUMax:
+  // TODO: Make type-agnostic.
----------------
sdesmalen-arm wrote:

If this is not type-agnostic, should this be reflected in the name of the recurrence kind?

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


More information about the llvm-commits mailing list