llvm-project/clang/test/CodeGenSYCL
Alexey Bader 9263931fcc [SYCL] Assume SYCL device functions are convergent
SYCL device compiler (similar to other SPMD compilers) assumes that
functions are convergent by default to avoid invalid transformations.
This attribute can be removed if compiler can prove that function does
not have convergent operations.

Reviewed By: Naghasan

Differential Revision: https://reviews.llvm.org/D87282
2020-09-29 15:23:50 +03:00
..
convergent.cpp [SYCL] Assume SYCL device functions are convergent 2020-09-29 15:23:50 +03:00
unique-stable-name.cpp