[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
================
@@ -4,28 +4,16 @@
define void @small_trip_count_min_vlen_128(ptr nocapture %a) nounwind vscale_range(4,1024) {
; CHECK-LABEL: @small_trip_count_min_vlen_128(
; CHECK-NEXT: entry:
-; CHECK-NEXT: br i1 false, label [[SCALAR_PH:%.*]], label [[VECTOR_PH:%.*]]
----------------
preames wrote:
This looks like a minor non-blocking regression. Probably a bad interaction with falling back to data-without-lane-mask instead of unpredicated.
https://github.com/llvm/llvm-project/pull/151681
More information about the llvm-commits
mailing list