[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,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 5
; RUN: opt < %s -passes=loop-vectorize -mtriple riscv64 -mattr=+v -S | FileCheck %s -check-prefix=NO-ZVFHMIN
-; RUN: opt < %s -passes=loop-vectorize -mtriple riscv64 -mattr=+v -S -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue | FileCheck %s -check-prefix=NO-ZVFHMIN
+; RUN: opt < %s -passes=loop-vectorize -mtriple riscv64 -mattr=+v -S -prefer-predicate-over-epilogue=scalar-epilogue | FileCheck %s -check-prefix=NO-ZVFHMIN
----------------
preames wrote:
Same comment as the bf16 test run lines.
https://github.com/llvm/llvm-project/pull/151681
More information about the llvm-commits
mailing list