Skip to content

[SPIR-V] Fix translation of relational operations #1409

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 1 commit into from
Mar 27, 2020

Conversation

Fznamznon
Copy link
Contributor

Whereas it is not possible to generate vector of bools in FE,
we have to change return type for corresponding instructions in SPIRV
translator to vector of bools. SPIRV translator already did this for
some instructions, this patch extends this behaviour to handle more
instructions.

Whereas it is not possible to generate vector of bools in FE,
we have to change return type for corresponding instructions in SPIRV
translator to vector of bools. SPIRV translator already did this for
some instructions, this patch extends this behaviour to handle more
instructions.
@Fznamznon Fznamznon requested a review from bader March 27, 2020 16:58
@Fznamznon
Copy link
Contributor Author

This is cherry-pick of KhronosGroup/SPIRV-LLVM-Translator@cb3be86

@Fznamznon Fznamznon changed the title Fix translation of relational operations [SPIR-V] Fix translation of relational operations Mar 27, 2020
@bader bader merged commit c687b91 into intel:sycl Mar 27, 2020
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