llvm-project
5cc45941 - [IR] Implement successors as Use iterators (#186616)

Commit
71 days ago
[IR] Implement successors as Use iterators (#186616) This is possible since now all successor operands are stored consecutively. There is just one out-of-line function call instead of one call to getSuccessor() per operand.
Author
Parents
Loading