[llvm] b03aa29 - Add 'REQUIRES: asserts' to test undef-args.ll added in #135247 to skip test when asserts are not present.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 10 19:19:31 PDT 2025


Author: Douglas Yung
Date: 2025-04-11T02:18:10Z
New Revision: b03aa291b8ddc962ff82859b5317d8ea8a7a3e87

URL: https://github.com/llvm/llvm-project/commit/b03aa291b8ddc962ff82859b5317d8ea8a7a3e87
DIFF: https://github.com/llvm/llvm-project/commit/b03aa291b8ddc962ff82859b5317d8ea8a7a3e87.diff

LOG: 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/undef-args.ll b/llvm/test/CodeGen/PowerPC/undef-args.ll
index 8ae43483f0d11..6b698ef478b51 100644
--- a/llvm/test/CodeGen/PowerPC/undef-args.ll
+++ b/llvm/test/CodeGen/PowerPC/undef-args.ll
@@ -1,6 +1,8 @@
 ;; Tests that extending poison results in undef.
 ;; Also tests that there are redundant instructions loading 0 into argument registers for unused arguments.
 
+; REQUIRES: asserts
+
 ; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -debug-only=isel \
 ; RUN:   %s -o - 2>&1 | FileCheck --check-prefix=CHECKISEL32 %s
 


        


More information about the llvm-commits mailing list