diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll b/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll index 489e67f7ef2..9d7b11c78c1 100644 --- a/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll +++ b/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll @@ -1,8 +1,8 @@ -; RUN: llc -verify-machineinstrs -mtriple=ppc64-apple-darwin < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s -; CHECK-LABEL: {{^}}_merge_8_float_zero_stores: -; CHECK: li [[ZEROREG:r[0-9]+]], 0 -; CHECK-DAG: std [[ZEROREG]], 0([[PTR:r[0-9]+]]) +; CHECK-LABEL: {{^}}merge_8_float_zero_stores: +; CHECK: li [[ZEROREG:[0-9]+]], 0 +; CHECK-DAG: std [[ZEROREG]], 0([[PTR:[0-9]+]]) ; CHECK-DAG: std [[ZEROREG]], 8([[PTR]]) ; CHECK-DAG: std [[ZEROREG]], 16([[PTR]]) ; CHECK-DAG: std [[ZEROREG]], 24([[PTR]]) |