brintos

brintos / llvm-project-archived public Read only

0
0
Text · 417 B · 0dc8bb5 Raw
16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -passes=loop-data-prefetch --prefetch-distance=3000 -debug-only=loop-data-prefetch -S < %s 2>&1 | FileCheck %s3 4; REQUIRES: asserts5 6; CHECK:  Please set both PrefetchDistance and CacheLineSize for loop data prefetch7 8define void @calc() {9; CHECK-LABEL: @calc(10; CHECK-NEXT:  entry:11; CHECK-NEXT:    ret void12;13entry:14  ret void15}16