[llvm] [AArch64][CodeGen] Add patterns for small negative VScale const (PR #89607)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 20:18:46 PDT 2024
================
@@ -2583,6 +2583,27 @@ let Predicates = [HasSVEorSME] in {
sub_32)>;
}
+ // Add NoUseScalarIncVL to avoid affecting for patterns with UseScalarIncVL
+ let Predicates = [NoUseScalarIncVL] in {
----------------
vfdff wrote:
Done, thanks
https://github.com/llvm/llvm-project/pull/89607
More information about the llvm-commits
mailing list