[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:38:07 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdc973495059e: fixing a broken ext-tsp test (authored by spupyrev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115255/new/
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.392425.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/b7a21516/attachment.bin>
More information about the llvm-commits
mailing list