diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll b/llvm/test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll index 7ca5332865c..9d7526c54d5 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll @@ -4,7 +4,7 @@ ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -enable-ppc-prefetching=true -ppc-loop-prefetch-cache-line=64 | FileCheck %s -check-prefix=CHECK-DCBT ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr9 -enable-ppc-prefetching=true | FileCheck %s ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr9 -enable-ppc-prefetching=true -ppc-loop-prefetch-cache-line=64 | FileCheck %s -check-prefix=CHECK-DCBT -; RUN: llc < %s -march=ppc64 -mcpu=a2 -enable-ppc-prefetching=true | FileCheck %s -check-prefix=CHECK-DCBT +; RUN: llc < %s -mtriple=ppc64-- -mcpu=a2 -enable-ppc-prefetching=true | FileCheck %s -check-prefix=CHECK-DCBT ; Function Attrs: nounwind define signext i32 @check_cache_line() local_unnamed_addr { |