llvm/mlir/lib/IR
Jacques Pienaar d1c99e10d0 Do not emit aliases when printing local form
Expand local scope printing to skip printing aliases as aliases are printed out at the top of a module and may not be part of the output generated by local scope print.

PiperOrigin-RevId: 280278617
2019-11-13 14:21:49 -08:00
..
AffineExpr.cpp Upgrade/fix/simplify store to load forwarding 2019-09-21 10:08:56 -07:00
AffineExprDetail.h
AffineMap.cpp Fix build of affine load/store with empty map 2019-08-20 10:44:18 -07:00
AffineMapDetail.h Fix build of affine load/store with empty map 2019-08-20 10:44:18 -07:00
AsmPrinter.cpp Do not emit aliases when printing local form 2019-11-13 14:21:49 -08:00
AttributeDetail.h Add support for nested symbol references. 2019-11-11 18:18:31 -08:00
Attributes.cpp NFC: Change DictionaryAttr::get(StringRef) to use binary search instead of a linear scan. 2019-11-12 13:04:14 -08:00
Block.cpp Replace some remnant uses of "inst" with "op". 2019-11-06 16:09:23 -08:00
Builders.cpp Add support for nested symbol references. 2019-11-11 18:18:31 -08:00
CMakeLists.txt Add interfaces for call-like/callable operations. 2019-09-23 11:37:06 -07:00
Diagnostics.cpp Add a printer flag to use local scope when printing IR. 2019-11-12 09:37:11 -08:00
Dialect.cpp Remove the need for passing a location to parseAttribute/parseType. 2019-11-01 15:40:16 -07:00
Function.cpp Add FuncOp::eraseArgument 2019-11-13 10:59:55 -08:00
FunctionSupport.cpp Rename the current parseSymbolName to parseOptionalSymbolName 2019-11-13 09:32:20 -08:00
IntegerSet.cpp Fix typos, NFC. 2019-10-04 04:37:53 -07:00
IntegerSetDetail.h
Location.cpp Add OpaqueLoc to MLIR locations. 2019-10-07 05:05:42 -07:00
LocationDetail.h Add OpaqueLoc to MLIR locations. 2019-10-07 05:05:42 -07:00
MLIRContext.cpp Fix minor spelling tweaks (NFC) 2019-10-20 00:11:34 -07:00
Module.cpp Rename the current parseSymbolName to parseOptionalSymbolName 2019-11-13 09:32:20 -08:00
Operation.cpp Add an option to print an operation if a diagnostic is emitted on it 2019-11-12 11:59:19 -08:00
OperationSupport.cpp NFC: Remove the explicit context from Operation::create and OperationState. 2019-08-26 17:34:48 -07:00
PatternMatch.cpp Add a PatternRewriter hook to merge blocks, and use it to support for folding branches. 2019-11-05 11:57:38 -08:00
Region.cpp Replace some remnant uses of "inst" with "op". 2019-11-06 16:09:23 -08:00
StandardTypes.cpp Deprecate linalg.subview in favor of std.subview 2019-11-13 12:10:09 -08:00
SymbolTable.cpp Add support for replacing all uses of a symbol. 2019-10-24 10:47:27 -07:00
TypeDetail.h NFC: Update VectorOrTensor -> Shaped 2019-10-16 11:58:26 -07:00
Types.cpp NFC: Add header blocks to improve readability. 2019-08-17 10:22:50 -07:00
TypeUtilities.cpp Allow dynamic but ranked types in ops with SameOperandsAndResultShape and SameOperandsAndResultType traits 2019-10-08 19:37:11 -07:00
Value.cpp NFC: Replace usages of Value::getKind with explicit isa/casts. 2019-10-14 16:21:51 -07:00
Visitors.cpp Add support for early exit walk methods. 2019-08-30 12:47:53 -07:00