Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 27969 Build 27968: 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")?