Skip to content

Commit 7b354fc

Browse files
committed
fixup! [RISCV] Enable LoopDataPrefetch pass
Remove -riscv-enable-loop-data-prefetch
1 parent acbc314 commit 7b354fc

File tree

1 file changed

+1
-2
lines changed
  • llvm/test/Transforms/LoopDataPrefetch/RISCV

1 file changed

+1
-2
lines changed

llvm/test/Transforms/LoopDataPrefetch/RISCV/basic.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; 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 \
2+
; RUN: opt -mtriple=riscv64 -cache-line-size=64 -prefetch-distance=64 \
43
; RUN: -passes=loop-data-prefetch -S < %s | FileCheck %s
54

65
define void @foo(ptr nocapture %a, ptr nocapture readonly %b) {

0 commit comments

Comments
 (0)