Skip to content

[SYCL] Make invoke_simd convert its arguments to appropriate type. #6544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 16, 2022
Merged
4 changes: 4 additions & 0 deletions llvm/include/llvm/SYCLLowerIR/LowerInvokeSimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ class SYCLLowerInvokeSimdPass : public PassInfoMixin<SYCLLowerInvokeSimdPass> {

ModulePass *createSYCLLowerInvokeSimdPass();
void initializeSYCLLowerInvokeSimdLegacyPassPass(PassRegistry &);

// Attribute added to functions which are known to be invoke_simd targets.
constexpr char INVOKE_SIMD_DIRECT_TARGET_ATTR[] = "__invoke_simd_target";

} // namespace llvm
Loading