Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions sycl/test/check_device_code/group_load.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --functions "group_load" --include-generated-funcs --version 4
// NOTE: and manually adjusted to follow the related explicit instantiation.
// RUN: %clangxx -O3 -fsycl -fsycl-device-only -S -emit-llvm -fno-sycl-instrument-device-code -o - %s | FileCheck %s

// Generated checks have hard-coded basic block names, so need names in the IR.
// REQUIRES: asserts
// RUN: %clangxx -O3 -fsycl -fsycl-device-only -fno-discard-value-names -S -emit-llvm -fno-sycl-instrument-device-code -o - %s | FileCheck %s

// Windows/linux have some slight differences in IR generation (function
// arguments passing and long/long long differences/mangling) that could
Expand Down
4 changes: 1 addition & 3 deletions sycl/test/check_device_code/vector/vector_math_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
// ./llvm/utils/update_cc_test_checks.py --clang=./build/bin/clang
// ./sycl/test/check_device_code/vector/vector_math_ops.cpp

// RUN: %clangxx -I %sycl_include -S -emit-llvm -fno-sycl-instrument-device-code -Xclang -disable-lifetime-markers -fsycl-device-only %s -o - | FileCheck %s

// REQUIRES: asserts
// RUN: %clangxx -I %sycl_include -fno-discard-value-names -S -emit-llvm -fno-sycl-instrument-device-code -Xclang -disable-lifetime-markers -fsycl-device-only %s -o - | FileCheck %s

// This test checks
// (1) the storage type of sycl::vec on device for all data types, and
Expand Down