[llvm] [LV] Add initial support for partial alias masking (PR #177599)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 15 09:19:54 PST 2026
================
@@ -0,0 +1,722 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --filter-out-after "^scalar.ph:" --version 5
+; RUN: opt -S -mtriple=aarch64-unknown-linux-gnu -mattr=+sve2 -passes=loop-vectorize -force-partial-aliasing-vectorization %s | FileCheck %s
+; RUN: opt -S -mtriple=aarch64-unknown-linux-gnu -mattr=+sve2 -passes=loop-vectorize -force-partial-aliasing-vectorization -prefer-predicate-over-epilogue=predicate-dont-vectorize %s | FileCheck %s --check-prefix=CHECK-TF
----------------
fhahn wrote:
Would be good to also add target-independet codegen tests and one at least with forced interleaving + forced eplilogue vectorization
https://github.com/llvm/llvm-project/pull/177599
More information about the llvm-commits
mailing list