llvm
llvm copied to clipboard
[SYCL] Fix an issue when spec constants are set in a CG w/o a kernel
Fix an issue introduced by https://github.com/intel/llvm/pull/6595. Removing the version check also removed the implicit check for whether we have a command group at all, which caused a CTS regression.