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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 21:11:11 PDT 2025


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

Could this be split off, with dedicated cost model tests?

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


More information about the llvm-commits mailing list