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

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 09:43:51 PDT 2025


================
@@ -1032,6 +1032,13 @@ AArch64TTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
     }
     break;
   }
+  case Intrinsic::experimental_vector_extract_last_active:
----------------
huntergr-arm wrote:

Split out as #165739

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


More information about the llvm-commits mailing list