Skip to content

Commit 4874129

Browse files
author
Sjoerd Meijer
committed
[MVE] Rename of tests making them consistent with tail-predication tests. NFC.
1 parent 7b58eb5 commit 4874129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll renamed to llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
21
; RUN: opt -mtriple=thumbv8.1m.main -mve-tail-predication -tail-predication=enabled -mattr=+mve,+lob %s -S -o - | FileCheck %s
32

43
; CHECK-LABEL: mul_v16i8

llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll renamed to llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ for.cond.cleanup:
135135
}
136136

137137
; The vector loop is not guarded with an entry check (N == 0). Check that
138-
; despite this we can still calculate a precise enough range for the
139-
; backedge count to safely insert a vctp here.
138+
; despite this we can still calculate a precise enough range so that the
139+
; the overflow checks for get.active.active.lane.mask don't reject
140+
; tail-predication.
140141
;
141142
; CHECK-LABEL: @reduction_not_guarded
142143
;

0 commit comments

Comments
 (0)