Skip to content

Commit edd0ef4

Browse files
committed
Add "REQUIRES: asserts" to 2 tests added in #83379 using "-debug-only" run arguments.
1 parent 346766e commit edd0ef4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/CodeGen/Hexagon/loop_align_count.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
; RUN: llc -march=hexagon -mcpu=hexagonv73 -O2 -mattr=+hvxv73,hvx-length64b \
22
; RUN: -debug-only=hexagon-loop-align 2>&1 < %s | FileCheck %s
33
; Validate that there are 4 bundles in the loop.
4+
; REQUIRES: asserts
45

56
; CHECK: Loop Align Pass:
67
; CHECK: Bundle Count : 4

llvm/test/CodeGen/Hexagon/loop_align_count.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# RUN: llc -march=hexagon -O3 -run-pass hexagon-loop-align -o - %s\
22
# RUN: -debug-only=hexagon-loop-align -verify-machineinstrs 2>&1 | FileCheck %s
3+
# REQUIRES: asserts
34

45
# Test that we only count til endloop instruction and we align this
56
# loop to 32.

0 commit comments

Comments
 (0)