Address a few remaining comments in copy removal transform.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is this an NFC patch?
| mlir/lib/Transforms/CopyRemoval.cpp | ||
|---|---|---|
| 81–85 | Please !operations.empty() (doesn't make a difference for ArrayRef but in general). | |
Please !operations.empty() (doesn't make a difference for ArrayRef but in general).