Skip to content

Commit 988c7d9

Browse files
committed
Add testing for O0 opt level
Signed-off-by: Mikhail Lychkov <[email protected]>
1 parent ff1ffd0 commit 988c7d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test/esimd/esimd_verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: not %clangxx -fsycl -fsycl-device-only -flegacy-pass-manager -S %s -o /dev/null 2>&1 | FileCheck %s
22
// RUN: not %clangxx -fsycl -fsycl-device-only -fno-legacy-pass-manager -S %s -o /dev/null 2>&1 | FileCheck %s
3+
// RUN: not %clangxx -fsycl -fsycl-device-only -flegacy-pass-manager -O0 -S %s -o /dev/null 2>&1 | FileCheck %s
4+
// RUN: not %clangxx -fsycl -fsycl-device-only -fno-legacy-pass-manager -O0 -S %s -o /dev/null 2>&1 | FileCheck %s
35

46
#include <sycl/ext/intel/experimental/esimd.hpp>
57

0 commit comments

Comments
 (0)