llvm-project
5cc45941
- [IR] Implement successors as Use iterators (#186616)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#186616 - [IR] Implement successors as Use iterators
Author
aengelke
Parents
b85e7f04
Loading