[mlir][NFC] Replace usages or mlir/IR/StandardTypes.h with mlir/IR/BuiltinTypes.h
StandardTypes.h was moved to BuiltinTypes.h and is being removed. PiperOrigin-RevId: 347115220 Change-Id: I356c3df3d78df896e4ef44b8c78e3dbf71990e67
This commit is contained in:
		
							parent
							
								
									14a0a90f9b
								
							
						
					
					
						commit
						347ff54661
					
				@ -17,8 +17,8 @@ limitations under the License.
 | 
			
		||||
#include "mlir/IR/AffineExpr.h"
 | 
			
		||||
#include "mlir/IR/AffineMap.h"
 | 
			
		||||
#include "mlir/IR/Attributes.h"
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"
 | 
			
		||||
#include "mlir/IR/PatternMatch.h"
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"
 | 
			
		||||
#include "mlir/Pass/Pass.h"
 | 
			
		||||
#include "mlir/Support/LLVM.h"
 | 
			
		||||
#include "absl/memory/memory.h"
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@ limitations under the License.
 | 
			
		||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Builders.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"
 | 
			
		||||
#include "tensorflow/lite/tools/optimize/sparsity/format_converter.h"
 | 
			
		||||
 | 
			
		||||
@ -22,9 +22,9 @@ limitations under the License.
 | 
			
		||||
 | 
			
		||||
#include "llvm/Support/Casting.h"
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Matchers.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/PatternMatch.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/TypeUtilities.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "tensorflow/compiler/mlir/lite/utils/validators.h"
 | 
			
		||||
 | 
			
		||||
@ -33,11 +33,11 @@ limitations under the License.
 | 
			
		||||
#include "mlir/Dialect/Quant/QuantOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Dialect/Quant/UniformSupport.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Diagnostics.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Operation.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/PatternMatch.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Support/LLVM.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Support/LogicalResult.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -36,12 +36,12 @@ limitations under the License.
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Block.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Matchers.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Operation.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/OperationSupport.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/PatternMatch.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/SymbolTable.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/TypeUtilities.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Types.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -37,8 +37,8 @@ limitations under the License.
 | 
			
		||||
#include "llvm/Support/raw_ostream.h"
 | 
			
		||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Matchers.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/TypeUtilities.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Value.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -20,8 +20,8 @@ limitations under the License.
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BlockAndValueMapping.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/TypeUtilities.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Support/LogicalResult.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -27,11 +27,11 @@ limitations under the License.
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Builders.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Identifier.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Location.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Operation.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/SymbolTable.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Visitors.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Interfaces/CallInterfaces.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -30,10 +30,10 @@ limitations under the License.
 | 
			
		||||
#include "mlir/Dialect/Quant/QuantOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Dialect/Quant/QuantTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Operation.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/PatternMatch.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Value.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -30,9 +30,9 @@ limitations under the License.
 | 
			
		||||
#include "mlir/Dialect/Quant/QuantTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/OpDefinition.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/PatternMatch.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/TypeUtilities.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Value.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Support/LogicalResult.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -45,8 +45,8 @@ limitations under the License.
 | 
			
		||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Support/LLVM.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Support/LogicalResult.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -18,8 +18,8 @@ limitations under the License.
 | 
			
		||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Attributes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Builders.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"
 | 
			
		||||
#include "tensorflow/compiler/mlir/lite/transforms/passes.h"
 | 
			
		||||
 | 
			
		||||
@ -23,11 +23,11 @@ limitations under the License.
 | 
			
		||||
#include "mlir/IR/Block.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Builders.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinOps.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Matchers.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Operation.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/OperationSupport.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/SymbolTable.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Types.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Value.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
@ -19,11 +19,11 @@ limitations under the License.
 | 
			
		||||
#include "llvm/Support/CommandLine.h"
 | 
			
		||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Builders.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Identifier.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Location.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/MLIRContext.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/Matchers.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/StandardTypes.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/IR/SymbolTable.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Pass/Pass.h"  // from @llvm-project
 | 
			
		||||
#include "mlir/Transforms/RegionUtils.h"  // from @llvm-project
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user