SPIRV-Tools/test/util
Greg Fischer faa8d6a653
Revert "Optimize DefUseManager allocations (#4709)" (#4846)
This reverts commit d18d0d92e5.

This is reverted because it causes a 7X slowdown when legalizing
SPIR-V with NonSemantic.Shader.DebugInfo.100 instructions.
This is due to the creation of very large UseLists for several
heavily used operands for this extension combined with the fact
that the original commit changed the performance of Uselists to O(n).
2022-07-12 13:14:47 -06:00
..
CMakeLists.txt Revert "Optimize DefUseManager allocations (#4709)" (#4846) 2022-07-12 13:14:47 -06:00
bit_vector_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
bitutils_test.cpp Support constant-folding UConvert and SConvert (#2960) 2019-10-16 16:29:55 -04:00
hash_combine_test.cpp Optimize Type::HashValue (#4707) 2022-02-15 18:57:39 +00:00
ilist_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
small_vector_test.cpp Optimize Type::HashValue (#4707) 2022-02-15 18:57:39 +00:00