summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll')
-rw-r--r--llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll b/llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll
index d085fca19c8..1f2e767beb9 100644
--- a/llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll
+++ b/llvm/test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll
@@ -2,6 +2,10 @@
; RUN: -pass-remarks=loop-data-prefetch -S -max-prefetch-iters-ahead=100 \
; RUN: -pass-remarks-with-hotness \
; RUN: < %s 2>&1 | FileCheck %s
+; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -passes=loop-data-prefetch \
+; RUN: -pass-remarks=loop-data-prefetch -S -max-prefetch-iters-ahead=100 \
+; RUN: -pass-remarks-with-hotness \
+; RUN: < %s 2>&1 | FileCheck %s
; ModuleID = '/tmp/s.c'
source_filename = "/tmp/s.c"
OpenPOWER on IntegriCloud