Displaying 1 result from an estimated 1 matches for "0559caca".
2016 Jul 25
3
How to use map/set in LLVM to disable automatic sorting?
Hello LLVM,
We found that many LLVM passes use map/set containers to increase the searching efficiency.
Although map/set has automatic sorting feature, the results after the same pass transformation are still the same.
If native map/set, we think the order after inserting new element may change.
So, my question is, does LLVM use its own-defined structure instead of native map/set? Or, LLVM