diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_cmpd.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_cmpd.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_cmpd.ll b/llvm/test/CodeGen/PowerPC/vec_cmpd.ll index 4a06ed9ffaf..57a30d40637 100644 --- a/llvm/test/CodeGen/PowerPC/vec_cmpd.ll +++ b/llvm/test/CodeGen/PowerPC/vec_cmpd.ll @@ -1,7 +1,7 @@ ; Test the doubleword comparison instructions that were added in POWER8 ; -; 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> @v2si64_cmp(<2 x i64> %x, <2 x i64> %y) nounwind readnone { %cmp = icmp eq <2 x i64> %x, %y |

