mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00
Fix a RUN line in new test.
Use '2>&1 |' and not '|&' to pipe debug output to FileCheck Hopefully handles a "shell parser error" on llvm-clang-x86_64-expensive-checks-win test/Transforms/SLPVectorizer/SystemZ/SLP-cmp-cost-query.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4957d5a3e
commit
c2dad95b1e
@ -1,6 +1,6 @@
|
||||
; REQUIRES: asserts
|
||||
; RUN: opt -mtriple=systemz-unknown -mcpu=z13 -slp-vectorizer -debug-only=SLP \
|
||||
; RUN: -S -disable-output < %s |& FileCheck %s
|
||||
; RUN: -S -disable-output < %s 2>&1 | FileCheck %s
|
||||
;
|
||||
; Check that SLP vectorizer gets the right cost difference for a compare
|
||||
; node.
|
||||
|
Loading…
x
Reference in New Issue
Block a user