Skip to content

Commit

Permalink
Revert changes in llvm-spirv/test
Browse files Browse the repository at this point in the history
* They have to be done in a different repository
* They don't affect stability of this PR (initial src code in comments only).
  • Loading branch information
aelovikov-intel committed Jul 12, 2022
1 parent 58a82a4 commit e6cc0fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion llvm-spirv/test/custom_class.ll
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
; --- Source code ---
; Generated with "intel/llvm/clang++ -fsycl-device-only -emit-llvm -S"
;
;#include <sycl/sycl.hpp>
;#include <CL/sycl.hpp>
;
;class CustomClass {
;public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix=CHECK-LLVM

; The IR was generated from the following source:
; #include <sycl/sycl.hpp>
; #include <CL/sycl.hpp>
; #include <cstdint>
;
; class SpecializedKernel;
Expand Down
2 changes: 1 addition & 1 deletion llvm-spirv/test/transcoding/builtin_vars_arithmetics.ll
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
; RUN: llvm-spirv %t.rev.bc -spirv-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV

; The IR was generated from the following source:
; #include <sycl/sycl.hpp>
; #include <CL/sycl.hpp>
;
; int main() {
; sycl::queue Queue;
Expand Down
2 changes: 1 addition & 1 deletion llvm-spirv/test/transcoding/builtin_vars_opt.ll
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
; RUN: llvm-spirv %t.rev.bc -spirv-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV

; The IR was generated from the following source:
; #include <sycl/sycl.hpp>
; #include <CL/sycl.hpp>
;
; template <typename T, int N>
; class sycl_subgr;
Expand Down
4 changes: 2 additions & 2 deletions llvm-spirv/test/transcoding/intel_fpga_lsu_optimized.ll
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; LLVM IR generated by Intel SYCL Clang compiler (https://github.com/intel/llvm)
; SYCL source code can be found below:

; #include <sycl/sycl.hpp>
; #include <sycl/intel/fpga_extensions.hpp>
; #include <CL/sycl.hpp>
; #include <CL/sycl/intel/fpga_extensions.hpp>
;
; int main() {
; cl::sycl::queue Queue{cl::sycl::intel::fpga_emulator_selector{}};
Expand Down

0 comments on commit e6cc0fb

Please sign in to comment.