llvm-project/mlir/lib
River Riddle 79afdfab9a [mlir] Change the default of `mlir-print-op-on-diagnostic` to true
Summary: It is a very common user trap to think that the location printed along with the diagnostic is the same as the current operation that caused the error. This revision changes the behavior to always print the current operation, except for when diagnostics are being verified. This is achieved by moving the command line flags in IR/ to be options on the MLIRContext.

Differential Revision: https://reviews.llvm.org/D77095
2020-04-03 19:02:51 -07:00
..
Analysis [MLIR][NFC] loop transforms/analyis utils cleanup / modernize 2020-04-01 22:36:25 +05:30
Conversion [mlir] LoopToStandard conversion: support "if/else" with results 2020-04-03 23:49:03 +02:00
Dialect Make helpers static. NFC. 2020-04-03 12:48:25 +02:00
EDSC [MLIR] Add support for libMLIR.so 2020-03-06 13:25:18 -08:00
ExecutionEngine [MLIR] Add simple runner utilities for timing 2020-03-31 23:08:29 +05:30
IR [mlir] Change the default of `mlir-print-op-on-diagnostic` to true 2020-04-03 19:02:51 -07:00
Interfaces [MLIR] Interfaces need to used add_mlir_library 2020-03-19 16:44:24 -07:00
Parser [mlir] NFC: fix trivial typo in source files 2020-03-28 10:12:49 +09:00
Pass [mlir][Pass] Add a tablegen backend for defining Pass information 2020-04-01 02:10:46 -07:00
Quantizer [mlir][Pass] Add support for generating pass utilities via tablegen 2020-04-01 02:10:46 -07:00
Support [mlir] Change the default of `mlir-print-op-on-diagnostic` to true 2020-04-03 19:02:51 -07:00
TableGen [mlir][Pass] Add support for generating pass utilities via tablegen 2020-04-01 02:10:46 -07:00
Target [mlir] LLVMFuncOp: provide a capability to pass attributes through to LLVM IR 2020-04-02 12:52:46 +02:00
Transforms [mlir] DialectConversion: support block creation in ConversionPatternRewriter 2020-04-03 20:30:03 +02:00
Translation [mlir][SideEffects] Define a set of interfaces and traits for defining side effects 2020-03-06 14:04:36 -08:00
CMakeLists.txt [mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Interfaces/ directory. 2020-03-10 12:45:45 -07:00