mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
b362d2b7d4
These asserts are not valid for string literals, which may contain several words: assert(a_operand.words.size() == 1); assert(b_operand.words.size() == 1); It looks like they only make sense for the default case, which assumes that both operands contain a single word. Running a debug version of spirv-diff on any shader containing a string literal will hit the original asserts. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
diff.cpp | ||
diff.h | ||
lcs.h |