[PATCH] D115255: fixing a broken ext-tsp test

Sergey Pupyrev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 08:24:00 PST 2021


spupyrev created this revision.
spupyrev added reviewers: hoy, wenlei.
Herald added a subscriber: pengfei.
spupyrev requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

the test requires debug build

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115255

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


Index: llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll
===================================================================
--- llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115255.392419.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/9446f988/attachment.bin>


More information about the llvm-commits mailing list