This change does not add any functionality but merely exposes existing
static functions to make the associated transformations available
outside of their testing passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
PTAL.
We probably have other transforms that should ultimately move to the header. This is a first step as the added transforms are not available otherwise.
| mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopFusion.cpp | ||
|---|---|---|
| 171 | Ultra-nit: drop trivial braces | |
| mlir/include/mlir/Dialect/LoopOps/Transforms.h | ||
|---|---|---|
| 49 | Could you please fix this. | |
Comment Actions
Thanks!
| mlir/include/mlir/Dialect/LoopOps/Transforms.h | ||
|---|---|---|
| 49 | Of course. Still not used to all the C++ cruft :( | |
Could you please fix this.