[MLIR][Loops] Expose transformations on loop.parallel in header (NFC).
authorStephan Herhut <herhut@google.com>
Thu, 27 Feb 2020 09:48:02 +0000 (10:48 +0100)
committerStephan Herhut <herhut@google.com>
Thu, 27 Feb 2020 18:54:20 +0000 (19:54 +0100)
commit9227a74b7e8ff9b9cb5924e03547b940dc06e331
treeaff5bef75819593f1085306abd61f494e4fd7054
parent01b209679f69cc42e96f05a3c37ba06480094819
[MLIR][Loops] Expose transformations on loop.parallel in header (NFC).

Summary:
This change does not add any functionality but merely exposes existing
static functions to make the associated transformations available
outside of their testing passes.

Differential Revision: https://reviews.llvm.org/D75232
mlir/include/mlir/Dialect/LoopOps/Transforms.h [new file with mode: 0644]
mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopFusion.cpp
mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopTiling.cpp