Skip to content

Commit

Permalink
[MVE] Rename of tests making them consistent with tail-predication te…
Browse files Browse the repository at this point in the history
…sts. NFC.
  • Loading branch information
Sjoerd Meijer committed Sep 15, 2020
1 parent 7b58eb5 commit 4874129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: opt -mtriple=thumbv8.1m.main -mve-tail-predication -tail-predication=enabled -mattr=+mve,+lob %s -S -o - | FileCheck %s

; CHECK-LABEL: mul_v16i8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ for.cond.cleanup:
}

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

0 comments on commit 4874129

Please sign in to comment.