diff options
| author | Alex Zinenko <zinenko@google.com> | 2022-06-17 15:47:15 +0200 |
|---|---|---|
| committer | Alex Zinenko <zinenko@google.com> | 2022-06-20 10:18:01 +0200 |
| commit | 8b68da2c7d97ef0e2dde4d9eb867020bde2f5fe2 (patch) | |
| tree | 80344c51889d3a4915dbffd95e12742db2e7d7ed /mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp | |
| parent | 4f1fa558c816095e4f01179a3bc674a4622f2efe (diff) | |
[mlir] move SCF headers to SCF/{IR,Transforms} respectively
This aligns the SCF dialect file layout with the majority of the dialects.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D128049
Diffstat (limited to 'mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp')
| -rw-r--r-- | mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp b/mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp index 60d1775a3f63..b3422767e1af 100644 --- a/mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp +++ b/mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp @@ -10,7 +10,7 @@ #include "../PassDetail.h" #include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h" -#include "mlir/Dialect/SCF/SCF.h" +#include "mlir/Dialect/SCF/IR/SCF.h" #include "mlir/Dialect/Shape/IR/Shape.h" #include "mlir/Dialect/Tensor/IR/Tensor.h" #include "mlir/IR/PatternMatch.h" |
