[llvm] dc97349 - fixing a broken ext-tsp test

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 08:38:01 PST 2021


Author: spupyrev
Date: 2021-12-07T08:37:24-08:00
New Revision: dc973495059e379a6c12d8081890653b3e14dcf6

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

LOG: fixing a broken ext-tsp test

the test requires debug build

example of a failed buildbot:
https://lab.llvm.org/buildbot/#/builders/91/builds/211/steps/8/logs/stdio

Differential Revision: https://reviews.llvm.org/D115255

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll b/llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll
index 8e4ce74b57f6..ecbe2d192d81 100644
--- a/llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll
+++ b/llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -enable-ext-tsp-block-placement=1 -ext-tsp-chain-split-threshold=128 -debug-only=block-placement < %s 2>&1 | FileCheck %s
 ; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -enable-ext-tsp-block-placement=1 -ext-tsp-chain-split-threshold=1 -debug-only=block-placement < %s 2>&1 | FileCheck %s -check-prefix=CHECK2
 ; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -enable-ext-tsp-block-placement=0 -debug-only=block-placement < %s 2>&1 | FileCheck %s -check-prefix=CHECK3


        


More information about the llvm-commits mailing list