diff --git a/llvm/test/CodeGen/VE/Vector/vp_ashr.ll b/llvm/test/CodeGen/VE/Vector/vp_ashr.ll index cdce387d0d6df..234432bfde1a9 100644 --- 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 index e42a3b62c8917..0cbacef892ad1 100644 --- 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 index c7f8c00b64f04..2121ae9bf72eb 100644 --- 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 index 684ac1e5b3d8e..a889e6522e08c 100644 --- 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 index 2f99c09a1780f..a76f38001d69e 100644 --- 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 index 2cb526bd8456f..553bf0596dfcd 100644 --- 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 index b52d5edfe7594..15a3dcaf288aa 100644 --- 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 index 5e093b2ec10d0..0049280fd6dd1 100644 --- 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 index e35a41de8f471..f9103d85ec04f 100644 --- 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 index 9b2b93d18ab3f..5465e9fdb1439 100644 --- 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 index dafac6548bf6d..df22090be096f 100644 --- 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