[llvm] [RISCV] Enable tail folding by default (PR #151681)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 12:33:52 PDT 2025
================
@@ -1,7 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -mtriple riscv64-linux-gnu -mattr=+v,+d -passes=loop-vectorize < %s -S -o - | FileCheck %s -check-prefix=OUTLOOP
-; RUN: opt -mtriple riscv64-linux-gnu -mattr=+v,+d -passes=loop-vectorize -prefer-inloop-reductions < %s -S -o - | FileCheck %s -check-prefix=INLOOP
-; RUN: opt -passes=loop-vectorize -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue -mtriple=riscv64 -mattr=+v -S < %s 2>&1 | FileCheck --check-prefix=IF-EVL-OUTLOOP %s
+; RUN: opt -mtriple riscv64-linux-gnu -mattr=+v,+d -passes=loop-vectorize -prefer-predicate-over-epilogue=scalar-epilogue < %s -S -o - | FileCheck %s -check-prefix=OUTLOOP
----------------
preames wrote:
Precommit please.
https://github.com/llvm/llvm-project/pull/151681
More information about the llvm-commits
mailing list