File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/test/CodeGen/Thumb2/LowOverheadLoops Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
1
; RUN: opt -mtriple=thumbv8.1m.main -mve-tail-predication -tail-predication=enabled -mattr=+mve,+lob %s -S -o - | FileCheck %s
3
2
4
3
; CHECK-LABEL: mul_v16i8
Original file line number Diff line number Diff line change @@ -135,8 +135,9 @@ for.cond.cleanup:
135
135
}
136
136
137
137
; 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.
140
141
;
141
142
; CHECK-LABEL: @reduction_not_guarded
142
143
;
You can’t perform that action at this time.
0 commit comments