File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
offload/test/offloading/gpupgo Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33// RUN: -Xarch_device -fprofile-update=atomic
44// RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \
55// RUN: %libomptarget-run-generic 2>&1
6- // RUN: llvm- profdata show --all-functions --counts \
6+ // RUN: % profdata show --all-functions --counts \
77// RUN: %target_triple.%basename_t.llvm.profraw | \
88// RUN: %fcheck-generic --check-prefix="LLVM-PGO"
99
1212// RUN: -Xarch_device -fprofile-update=atomic
1313// RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \
1414// RUN: %libomptarget-run-generic 2>&1
15- // RUN: llvm- profdata show --all-functions --counts \
15+ // RUN: % profdata show --all-functions --counts \
1616// RUN: %target_triple.%basename_t.clang.profraw | \
1717// RUN: %fcheck-generic --check-prefix="CLANG-PGO"
1818
19- // REQUIRES: gpu
19+ // REQUIRES: amdgpu
2020// REQUIRES: pgo
2121
2222int test1 (int a ) { return a / 2 ; }
Original file line number Diff line number Diff line change 33// RUN: -Xarch_device -fprofile-update=atomic
44// RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \
55// RUN: %libomptarget-run-generic 2>&1
6- // RUN: llvm- profdata show --all-functions --counts \
6+ // RUN: % profdata show --all-functions --counts \
77// RUN: %target_triple.%basename_t.llvm.profraw | \
88// RUN: %fcheck-generic --check-prefix="LLVM-PGO"
99
1212// RUN: -Xarch_device -fprofile-update=atomic
1313// RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \
1414// RUN: %libomptarget-run-generic 2>&1
15- // RUN: llvm- profdata show --all-functions --counts \
15+ // RUN: % profdata show --all-functions --counts \
1616// RUN: %target_triple.%basename_t.clang.profraw | \
1717// RUN: %fcheck-generic --check-prefix="CLANG-PGO"
1818
19- // REQUIRES: gpu
19+ // REQUIRES: amdgpu
2020// REQUIRES: pgo
2121
2222int test1 (int a ) { return a / 2 ; }
You can’t perform that action at this time.
0 commit comments