diff --git a/llvm/test/CodeGen/VE/Vector/vp_ashr.ll b/llvm/test/CodeGen/VE/Vector/vp_ashr.ll --- a/llvm/test/CodeGen/VE/Vector/vp_ashr.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_ashr.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_ashr [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_lshr.ll b/llvm/test/CodeGen/VE/Vector/vp_lshr.ll --- a/llvm/test/CodeGen/VE/Vector/vp_lshr.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_lshr.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_lshr [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_mul.ll b/llvm/test/CodeGen/VE/Vector/vp_mul.ll --- a/llvm/test/CodeGen/VE/Vector/vp_mul.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_mul.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_mul [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_or.ll b/llvm/test/CodeGen/VE/Vector/vp_or.ll --- a/llvm/test/CodeGen/VE/Vector/vp_or.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_or.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_or [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_sdiv.ll b/llvm/test/CodeGen/VE/Vector/vp_sdiv.ll --- a/llvm/test/CodeGen/VE/Vector/vp_sdiv.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_sdiv.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_sdiv [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_shl.ll b/llvm/test/CodeGen/VE/Vector/vp_shl.ll --- a/llvm/test/CodeGen/VE/Vector/vp_shl.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_shl.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_shl [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_srem.ll b/llvm/test/CodeGen/VE/Vector/vp_srem.ll --- a/llvm/test/CodeGen/VE/Vector/vp_srem.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_srem.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_srem [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_sub.ll b/llvm/test/CodeGen/VE/Vector/vp_sub.ll --- a/llvm/test/CodeGen/VE/Vector/vp_sub.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_sub.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_sub [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_udiv.ll b/llvm/test/CodeGen/VE/Vector/vp_udiv.ll --- a/llvm/test/CodeGen/VE/Vector/vp_udiv.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_udiv.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_udiv [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_urem.ll b/llvm/test/CodeGen/VE/Vector/vp_urem.ll --- a/llvm/test/CodeGen/VE/Vector/vp_urem.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_urem.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_urem [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32 diff --git a/llvm/test/CodeGen/VE/Vector/vp_xor.ll b/llvm/test/CodeGen/VE/Vector/vp_xor.ll --- a/llvm/test/CodeGen/VE/Vector/vp_xor.ll +++ b/llvm/test/CodeGen/VE/Vector/vp_xor.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null |& FileCheck %s +; RUN: not --crash llc %s -march=ve -mattr=+vpu -o /dev/null 2>&1 | FileCheck %s ; CHECK: t{{[0-9]+}}: v256i32 = vp_xor [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] ; CHECK: [[A]]: v256i32