This repository has been archived by the owner on Oct 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
llvm-spirv from text to spv: OpUndef is moved from function #169
Comments
echuraev
added a commit
to echuraev/SPIRV-LLVM
that referenced
this issue
Aug 10, 2016
LIT test wasn't written because issue KhronosGroup#169 (KhronosGroup#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test.
yxsamliu
pushed a commit
that referenced
this issue
Sep 2, 2016
) * Implemented possibility use OpUndef in Basic Block in SPIR-V file. LIT test wasn't written because issue #169 (#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test. * Updated fix after comments on github * Implemented LIT test * Implemented hand-crafted SPIR-V module included two functions with an undef instruction of the same type
robclark
pushed a commit
to freedreno/SPIRV-LLVM
that referenced
this issue
Jan 26, 2018
…hronosGroup#170) * Implemented possibility use OpUndef in Basic Block in SPIR-V file. LIT test wasn't written because issue KhronosGroup#169 (KhronosGroup#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test. * Updated fix after comments on github * Implemented LIT test * Implemented hand-crafted SPIR-V module included two functions with an undef instruction of the same type
Hopetech
pushed a commit
to Hopetech/SPIRV-LLVM-Tools
that referenced
this issue
Feb 23, 2018
…170) * Implemented possibility use OpUndef in Basic Block in SPIR-V file. LIT test wasn't written because issue #169 (KhronosGroup/SPIRV-LLVM#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test. * Updated fix after comments on github * Implemented LIT test * Implemented hand-crafted SPIR-V module included two functions with an undef instruction of the same type
AlexeySotkin
pushed a commit
to AlexeySotkin/SPIRV-LLVM
that referenced
this issue
Mar 12, 2018
…hronosGroup#170) * Implemented possibility use OpUndef in Basic Block in SPIR-V file. LIT test wasn't written because issue KhronosGroup#169 (KhronosGroup#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test. * Updated fix after comments on github * Implemented LIT test * Implemented hand-crafted SPIR-V module included two functions with an undef instruction of the same type
Hopetech
pushed a commit
to Hopetech/SPIRV-LLVM-Tools
that referenced
this issue
Mar 22, 2018
…170) * Implemented possibility use OpUndef in Basic Block in SPIR-V file. LIT test wasn't written because issue #169 (KhronosGroup/SPIRV-LLVM#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test. * Updated fix after comments on github * Implemented LIT test * Implemented hand-crafted SPIR-V module included two functions with an undef instruction of the same type
AlexeySotkin
pushed a commit
to AlexeySotkin/SPIRV-LLVM
that referenced
this issue
Apr 3, 2018
…hronosGroup#170) * Implemented possibility use OpUndef in Basic Block in SPIR-V file. LIT test wasn't written because issue KhronosGroup#169 (KhronosGroup#169) affect to it. I have tested it manually but I don't have time to fix this issue. I'll do it later and will add LIT test. * Updated fix after comments on github * Implemented LIT test * Implemented hand-crafted SPIR-V module included two functions with an undef instruction of the same type
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
llvm-spirv tool moves OpUndef instruction from function to program scope. It is bug in the llvm-spirv tool.
Step to reproduce:
After fixing this bug, please implement LIT test for OpUndef in function.
reproducer.spt.txt
The text was updated successfully, but these errors were encountered: