diff options
| author | River Riddle <riverriddle@google.com> | 2019-07-09 16:17:55 -0700 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-07-10 10:10:53 -0700 |
| commit | 8c443678918b29f1191f51da4501f53f7a0ccffd (patch) | |
| tree | cdc1b9030d84ae434e4725b4f7db7aa9f094b978 /mlir/lib/Transforms/LoopTiling.cpp | |
| parent | 847c2355fdb0ca0b6a394d8c139536d9f8acf2e6 (diff) | |
| download | bcm5719-llvm-8c443678918b29f1191f51da4501f53f7a0ccffd.tar.gz bcm5719-llvm-8c443678918b29f1191f51da4501f53f7a0ccffd.zip | |
NFC: Rename Function to FuncOp.
PiperOrigin-RevId: 257293379
Diffstat (limited to 'mlir/lib/Transforms/LoopTiling.cpp')
| -rw-r--r-- | mlir/lib/Transforms/LoopTiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/LoopTiling.cpp b/mlir/lib/Transforms/LoopTiling.cpp index 2744e5ca05c..0a331cae100 100644 --- a/mlir/lib/Transforms/LoopTiling.cpp +++ b/mlir/lib/Transforms/LoopTiling.cpp @@ -261,7 +261,7 @@ LogicalResult mlir::tileCodeGen(MutableArrayRef<AffineForOp> band, // Identify valid and profitable bands of loops to tile. This is currently just // a temporary placeholder to test the mechanics of tiled code generation. // Returns all maximal outermost perfect loop nests to tile. -static void getTileableBands(Function f, +static void getTileableBands(FuncOp f, std::vector<SmallVector<AffineForOp, 6>> *bands) { // Get maximal perfect nest of 'affine.for' insts starting from root // (inclusive). |

