We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbc314 commit 7b354fcCopy full SHA for 7b354fc
llvm/test/Transforms/LoopDataPrefetch/RISCV/basic.ll
@@ -1,6 +1,5 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
2
-; RUN: opt -mtriple=riscv64 -riscv-enable-loop-data-prefetch \
3
-; RUN: -cache-line-size=64 -prefetch-distance=64 \
+; RUN: opt -mtriple=riscv64 -cache-line-size=64 -prefetch-distance=64 \
4
; RUN: -passes=loop-data-prefetch -S < %s | FileCheck %s
5
6
define void @foo(ptr nocapture %a, ptr nocapture readonly %b) {
0 commit comments