From 1f3dfab9a4dfc12a036c7a415d6b32bb7b79d406 Mon Sep 17 00:00:00 2001 From: Mariya Podchishchaeva Date: Wed, 9 Sep 2020 10:28:37 +0300 Subject: [PATCH] [SYCL] Enable early optimizations for spec_const LIT test --- sycl/test/spec_const/spec_const_hw.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sycl/test/spec_const/spec_const_hw.cpp b/sycl/test/spec_const/spec_const_hw.cpp index 73cb4e8e8cbb4..bc6800a942e85 100644 --- a/sycl/test/spec_const/spec_const_hw.cpp +++ b/sycl/test/spec_const/spec_const_hw.cpp @@ -1,9 +1,6 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. - // UNSUPPORTED: cuda || level_zero // -// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-targets=%sycl_triple %s -o %t.out +// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env SYCL_DEVICE_TYPE=HOST %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out