Skip to content

Conversation

againull
Copy link
Contributor

LowerWGScope pass is an llvm pass that performs SYCL specific
transformations in LLVM IR right after frontend. LLVM passes are
supposed to be in llvm project and not in clang project.

Also added LIT tests.

Signed-off-by: Artur Gainullin [email protected]

againull added 2 commits March 9, 2020 18:41
LowerWGScope pass is an llvm pass that performs SYCL specific
transformations in LLVM IR right after frontend. LLVM passes are
supposed to be in llvm project and not in clang project.

Signed-off-by: Artur Gainullin <[email protected]>
Copy link
Contributor

@bader bader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No functional changes. Right?

@bader bader changed the title [SYCL] Move LowerWGScope pass to LLVM project [SYCL][NFC] Move LowerWGScope pass to LLVM project Mar 13, 2020
@bader bader merged commit 35ee8d2 into intel:sycl Mar 13, 2020
@againull againull deleted the move_to_llvm_project branch December 3, 2022 00:02
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Feb 23, 2023
On windows, -lsycl have to be changed to -lsycl6 for the gcc-style
invocations. Note that clang-cl style had been updated sycl.lib ->
sycl6.lib before.

I originally tried to get rid of explicit library name by using "-fsycl"
instead but it would break some tests for explicit manual compilation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants