From 58410c6c53b1c214095819da8c200678125f1e8a Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Mon, 23 Dec 2024 13:48:47 -0800 Subject: [PATCH] Remove "manually adjusted" note --- sycl/test/check_device_code/group_load.cpp | 1 - sycl/test/check_device_code/group_store.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/sycl/test/check_device_code/group_load.cpp b/sycl/test/check_device_code/group_load.cpp index ec645d94d41e..659c17d5abc4 100644 --- a/sycl/test/check_device_code/group_load.cpp +++ b/sycl/test/check_device_code/group_load.cpp @@ -1,5 +1,4 @@ // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py -// NOTE: and manually adjusted to follow the related explicit instantiation. // 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 diff --git a/sycl/test/check_device_code/group_store.cpp b/sycl/test/check_device_code/group_store.cpp index 6d5afa94672a..463f2bd2b6b6 100644 --- a/sycl/test/check_device_code/group_store.cpp +++ b/sycl/test/check_device_code/group_store.cpp @@ -1,5 +1,4 @@ // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py -// NOTE: and manually adjusted to follow the related explicit instantiation. // 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