mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 12:12:07 +00:00
0557c6a797
I see a lot of array sorting in stack traces of our compiler, canonicalizer traverses this list every time it builds a pattern set, and it gets expensive very quickly. Reviewed By: rriddle, mehdi_amini Differential Revision: https://reviews.llvm.org/D118937