From c3d71e6f7b7e5e15fb05e13b3393a117970f88c3 Mon Sep 17 00:00:00 2001 From: Artur Gainullin Date: Tue, 8 Sep 2020 16:48:21 -0700 Subject: [PATCH] [SYCL] Enable early optimizations for 2 LIT tests Bugs were fixed for these tests, so early optimizations can be enabled. --- sycl/test/basic_tests/accessor/accessor.cpp | 5 +---- sycl/test/regression/group.cpp | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/test/basic_tests/accessor/accessor.cpp b/sycl/test/basic_tests/accessor/accessor.cpp index 8ce78c67a1966..413ed9ddd0c13 100644 --- a/sycl/test/basic_tests/accessor/accessor.cpp +++ b/sycl/test/basic_tests/accessor/accessor.cpp @@ -1,7 +1,4 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. - -// 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 diff --git a/sycl/test/regression/group.cpp b/sycl/test/regression/group.cpp index 70748b741d773..c53dc3cc64360 100644 --- a/sycl/test/regression/group.cpp +++ b/sycl/test/regression/group.cpp @@ -1,7 +1,4 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. - -// 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