-
Notifications
You must be signed in to change notification settings - Fork 787
[NFC] Code cleanup revealed by self-build. #3191
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
Conversation
llvm-spirv/lib/SPIRV/SPIRVToOCL.cpp
Outdated
default: | ||
llvm_unreachable("Unsupported built-ins representation"); | ||
return nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should be upstreamed to KhronosGroup/SPIRV-LLVM-Translator GitHub repo (as well as the rest of changed in llvm-spirv
directory)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I need to revert this or leave it and upstream to Khronos repo too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted those files. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LowerESIMD.cpp LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESIMD part looks good.
ed46392
This is a follow-up to #2346 Original commit: KhronosGroup/SPIRV-LLVM-Translator@6f53bc4f7ce95b5
No description provided.