Skip to content

Commit 15e2a12

Browse files
committed
[globalisel][combiner] Fix r349167 for release mode bots
This test relies on -debug-only which is unavailable in non-asserts builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349174 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3a50d5b commit 15e2a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-extending-loads-cornercases.mir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# RUN: -debug-only=aarch64-prelegalizer-combiner,gi-combiner 2>&1 >/dev/null \
44
# RUN: | FileCheck %s --check-prefix=CHECK-WORKLIST
55

6+
# REQUIRES: asserts
7+
68
--- |
79
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
810
target triple = "aarch64--"

0 commit comments

Comments
 (0)