diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll b/llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll index 6b41141163a..2c3bee14ccd 100644 --- a/llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll +++ b/llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll @@ -1,7 +1,7 @@ ; Check VMX 64-bit integer operations ; -; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s -; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 -mattr=-vsx < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 -mattr=-vsx < %s | FileCheck %s define <2 x i64> @test_add(<2 x i64> %x, <2 x i64> %y) nounwind { %result = add <2 x i64> %x, %y |