File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Instrumentation/InstrProfiling Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: opt < %s -passes=instrprof -S | FileCheck %s
1
+ ; ifdef INTEL_SYCL_OPAQUEPOINTER_READY
2
+ ; COM: opt < %s -passes=instrprof -S | FileCheck %s
3
+ ; else
4
+ ; RUN: opt < %s -opaque-pointers -passes=instrprof -S | FileCheck %s
5
+ ; endif
2
6
3
7
target triple = "aarch64-unknown-linux-gnu"
4
8
Original file line number Diff line number Diff line change 1
- ; RUN: opt < %s -passes=instrprof -S | FileCheck %s
1
+ ; ifdef INTEL_SYCL_OPAQUEPOINTER_READY
2
+ ; COM: opt < %s -passes=instrprof -S | FileCheck %s
3
+ ; else
4
+ ; RUN: opt < %s -opaque-pointers -passes=instrprof -S | FileCheck %s
5
+ ; endif
2
6
3
7
target triple = "aarch64-unknown-linux-gnu"
4
8
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
2
- ; RUN: opt -S -passes=gvn-hoist < %s | FileCheck %s
2
+ ; ifdef INTEL_SYCL_OPAQUEPOINTER_READY
3
+ ; COM: opt -S -passes=gvn-hoist < %s | FileCheck %s
4
+ ; else
5
+ ; RUN: opt -S -opaque-pointers -passes=gvn-hoist < %s | FileCheck %s
6
+ ; endif
3
7
4
8
; Checking gvn-hoist in case of indirect branches.
5
9
You can’t perform that action at this time.
0 commit comments