[llvm] [LV] Add support for partial alias masking with tail folding (PR #182457)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 08:24:46 PDT 2026


================
@@ -1499,6 +1565,21 @@ class LoopVectorizationCostModel {
   /// initialized during object construction.
   std::optional<unsigned> VScaleForTuning;
 
+  bool isUniform(Value *V, ElementCount VF) const {
----------------
MacDue wrote:

(added comment) 

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


More information about the llvm-commits mailing list