llvm-project
926bea91 - [Transforms/Utils][NFC] Replace SmallPtrSet with vector (#186664)

Commit
24 days ago
[Transforms/Utils][NFC] Replace SmallPtrSet with vector (#186664) Typically most blocks in a function are reachable, so use a vector indexed by block number instead of a SmallPtrSet.
Author
Parents
Loading