llvm/mlir/lib/IR
River Riddle a8308020ac [mlir] Remove special case parsing/printing of func operations
This was leftover from when the standard dialect was destroyed, and
when FuncOp moved to the func dialect. Now that these transitions
have settled a bit we can drop these.

Most updates were handled using a simple regex: replace `^( *)func` with `$1func.func`

Differential Revision: https://reviews.llvm.org/D124146
2022-05-06 13:36:15 -07:00
..
AffineExpr.cpp
AffineExprDetail.h
AffineMap.cpp
AffineMapDetail.h
AsmPrinter.cpp [MLIR] Add option to print users of an operation as comment in the printer 2022-04-22 18:58:10 +00:00
AttributeDetail.h
Attributes.cpp
Block.cpp
Builders.cpp
BuiltinAttributeInterfaces.cpp
BuiltinAttributes.cpp [mlir] Fix printer when it is a DenseElementsAttr of i1 2022-05-05 16:56:43 -07:00
BuiltinDialect.cpp
BuiltinTypeInterfaces.cpp
BuiltinTypes.cpp [mlir][MemRef] Return 0 for the canonical strided layout expr of a 0d memref 2022-05-03 10:58:44 +02:00
CMakeLists.txt [mlir] Add extensible dialects 2022-04-26 19:48:22 -07:00
Diagnostics.cpp
Dialect.cpp [mlir] Add asserts when changing various MLIRContext configurations 2022-04-15 21:49:03 -07:00
Dominance.cpp
ExtensibleDialect.cpp [mlir] Add extensible dialects 2022-04-26 19:48:22 -07:00
FunctionImplementation.cpp [AsmParser] Introduce a new "Argument" abstraction + supporting logic 2022-04-29 12:19:34 -07:00
FunctionInterfaces.cpp
IntegerSet.cpp
IntegerSetDetail.h
Location.cpp
MLIRContext.cpp [mlir] Add asserts when changing various MLIRContext configurations 2022-04-15 21:49:03 -07:00
Operation.cpp [mlir] Remove special case parsing/printing of func operations 2022-05-06 13:36:15 -07:00
OperationSupport.cpp [mlir][CSE] Add ability to remove commutative operations 2022-04-16 21:09:47 +02:00
PatternMatch.cpp
Region.cpp [mlir] Make Regionss cloneInto multithread-readable 2022-04-21 13:43:00 +02:00
RegionKindInterface.cpp
SubElementInterfaces.cpp
SymbolTable.cpp
TensorEncoding.cpp
TypeDetail.h
TypeRange.cpp
Types.cpp
TypeUtilities.cpp
Value.cpp
Verifier.cpp [mlir] Fix verification order of nested ops. 2022-04-15 04:41:10 +00:00
Visitors.cpp