Skip to content

Commit 495a2ab

Browse files
nikicc-rhodes
authored andcommitted
[Hexagon] Add REQUIRES: asserts to test
This test uses -debug-only, so needs an assertion-enabled build.
1 parent a2178eb commit 495a2ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/Hexagon/insert-big.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=4 -debug-only=hexinsert -stop-after hexinsert < %s 2>&1 | FileCheck %s
1515
; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=5 -debug-only=hexinsert -stop-after hexinsert < %s 2>&1 | FileCheck %s
1616

17+
; REQUIRES: asserts
18+
1719
define i32 @f(i32 %0, i32 %1, i32 %2) {
1820
entry:
1921
switch i32 %0, label %common.ret1 [

0 commit comments

Comments
 (0)