Skip to content

Commit b03aa29

Browse files
committed
Add 'REQUIRES: asserts' to test undef-args.ll added in #135247 to skip test when asserts are not present.
Should fix bot failure: https://lab.llvm.org/buildbot/#/builders/202/builds/601
1 parent 8bd93b8 commit b03aa29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/PowerPC/undef-args.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
;; Tests that extending poison results in undef.
22
;; Also tests that there are redundant instructions loading 0 into argument registers for unused arguments.
33

4+
; REQUIRES: asserts
5+
46
; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -debug-only=isel \
57
; RUN: %s -o - 2>&1 | FileCheck --check-prefix=CHECKISEL32 %s
68

0 commit comments

Comments
 (0)