We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346766e commit edd0ef4Copy full SHA for edd0ef4
llvm/test/CodeGen/Hexagon/loop_align_count.ll
@@ -1,6 +1,7 @@
1
; RUN: llc -march=hexagon -mcpu=hexagonv73 -O2 -mattr=+hvxv73,hvx-length64b \
2
; RUN: -debug-only=hexagon-loop-align 2>&1 < %s | FileCheck %s
3
; Validate that there are 4 bundles in the loop.
4
+; REQUIRES: asserts
5
6
; CHECK: Loop Align Pass:
7
; CHECK: Bundle Count : 4
llvm/test/CodeGen/Hexagon/loop_align_count.mir
@@ -1,5 +1,6 @@
# RUN: llc -march=hexagon -O3 -run-pass hexagon-loop-align -o - %s\
# RUN: -debug-only=hexagon-loop-align -verify-machineinstrs 2>&1 | FileCheck %s
+# REQUIRES: asserts
# Test that we only count til endloop instruction and we align this
# loop to 32.
0 commit comments