Details
Details
- Reviewers
eugenis
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This will fix the following unit tests which failed in the reverse iteration buildbot (http://lab.llvm.org:8011/builders/reverse-iteration/builds/23/steps/check_all/logs/stdio)
LLVM :: Transforms/CrossDSOCFI/basic.ll LLVM :: Transforms/CrossDSOCFI/cfi_functions.ll
Comment Actions
Do you think using SetVector instead of DenseSet will impact compile-time? The other option we have is to add the TypeIds into a SmallVector and sort it before iteration.