diff options
author | Zaara Syeda <syzaara@ca.ibm.com> | 2017-05-24 17:50:37 +0000 |
---|---|---|
committer | Zaara Syeda <syzaara@ca.ibm.com> | 2017-05-24 17:50:37 +0000 |
commit | 932978315bf69748c5461469112e48e83668339b (patch) | |
tree | 2eb5be22c9255c17c60ad22d59e07d010ce02748 /llvm/test/CodeGen/PowerPC/vsx-ldst.ll | |
parent | 1c660dbea67ee9b4c0f3df2e44463186d0308d8a (diff) | |
download | bcm5719-llvm-932978315bf69748c5461469112e48e83668339b.tar.gz bcm5719-llvm-932978315bf69748c5461469112e48e83668339b.zip |
P9: D-form vector load/store. Differential Revision: https://reviews.llvm.org/D33248
llvm-svn: 303780
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vsx-ldst.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vsx-ldst.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vsx-ldst.ll b/llvm/test/CodeGen/PowerPC/vsx-ldst.ll index d8dd635aab5..0bbc633363a 100644 --- a/llvm/test/CodeGen/PowerPC/vsx-ldst.ll +++ b/llvm/test/CodeGen/PowerPC/vsx-ldst.ll @@ -21,8 +21,8 @@ ; RUN: llc -verify-machineinstrs -mcpu=pwr9 -O2 \ ; RUN: -mtriple=powerpc64le-unknown-linux-gnu < %s > %t -; RUN: grep lxvx < %t | count 6 -; RUN: grep stxvx < %t | count 6 +; RUN: grep lxv < %t | count 6 +; RUN: grep stxv < %t | count 6 @vsi = global <4 x i32> <i32 -1, i32 2, i32 -3, i32 4>, align 16 |