llvm-project
2b058411 - [CoroSplit] AllocaUseVisitor visits insertvalue/insertelement (#156788)

Commit
57 days ago
[CoroSplit] AllocaUseVisitor visits insertvalue/insertelement (#156788) Pointers to allocas might be escaped by users of `insertvalue/insertelement`. `AllocaUseVisitor` should visit these instructions so that CoroSplit can successfully determine which allocas should live on the frame.
Author
Parents
Loading