Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 27967 Build 27966: arc lint + arc unit
Event Timeline
Comment Actions
[NFC] Avoid passing blocks vector to the OutlineRegionInfo constructor by value.
Addressed review comments.
Consider ArrayRef<BasicBlock *>, to avoid leaking an implementation detail ("8")?