Open thenumbernine opened 1 year ago
The crash in question is in the LLVM SPIR-V translator tool, located at https://github.com/KhronosGroup/SPIRV-LLVM-Translator, not in llvm itself.
As for tests, it's not really actionable without the original source code. You can run it through creduce to get a much smaller file for reproducing the same failure.
Hello, I crashed LLVM, and it asked me to submit a bug, so here it is:
Here's how the bytecode was compiled:
The code that was being compiled is 12,000 lines long, IDK if you want me to post that as well.