[go: nahoru, domu]

Skip to content

Commit

Permalink
Flip Identifier to StringAttr
Browse files Browse the repository at this point in the history
In preparation of upstream flip.

PiperOrigin-RevId: 419833214
  • Loading branch information
jpienaar authored and TensorFlow MLIR Team committed Jan 5, 2022
1 parent eb1d1b6 commit a7e5c96
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/mlir-hlo/Dialect/lhlo/IR/lhlo_ops_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ limitations under the License.

#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Identifier.h"
#include "mlir/IR/Types.h"

// Order matters, this .inc header is not self-contained, and relies on the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ limitations under the License.

#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Identifier.h"
#include "mlir/IR/Types.h"

// Order matters, this .inc header is not self-contained, and relies on the
Expand Down
1 change: 0 additions & 1 deletion include/mlir-hlo/Dialect/mhlo/IR/hlo_ops_base_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ limitations under the License.

#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Identifier.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/Types.h"
Expand Down
1 change: 0 additions & 1 deletion lib/Dialect/mhlo/transforms/test_infer_shaped_type_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ limitations under the License.
#include "mlir-hlo/Dialect/mhlo/transforms/PassDetail.h"
#include "mlir/Dialect/Shape/IR/Shape.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Identifier.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/IR/OperationSupport.h"
#include "mlir/Interfaces/InferTypeOpInterface.h"
Expand Down

0 comments on commit a7e5c96

Please sign in to comment.