summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
diff options
context:
space:
mode:
authorMichele Scuttari <michele.scuttari@outlook.com>2022-08-31 10:16:29 +0200
committerMichele Scuttari <michele.scuttari@outlook.com>2022-08-31 12:28:45 +0200
commit67d0d7ac0acb0665d6a09f61278fbcf51f0114c2 (patch)
treea07b13c6569a3629ec7df57dfaa945f7d92aecf6 /mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
parent9e842dd4bd551c42951d1a56bb9d9eef1fa6c385 (diff)
downloadllvm-67d0d7ac0acb0665d6a09f61278fbcf51f0114c2.tar.gz
[MLIR] Update pass declarations to new autogenerated files
The patch introduces the required changes to update the pass declarations and definitions to use the new autogenerated files and allow dropping the old infrastructure. Reviewed By: mehdi_amini, rriddle Differential Review: https://reviews.llvm.org/D132838
Diffstat (limited to 'mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp')
-rw-r--r--mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp b/mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
index 4c5fbf98cdf0..79ef14e700ac 100644
--- a/mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
+++ b/mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
@@ -10,7 +10,6 @@
//
//===----------------------------------------------------------------------===//
-#include "PassDetail.h"
#include "mlir/Dialect/Arithmetic/IR/Arithmetic.h"
#include "mlir/Dialect/Complex/IR/Complex.h"
#include "mlir/Dialect/Linalg/IR/Linalg.h"