llvm-project/mlir
Chris Lattner c706e0b1b5 Add support for expected-warning and expected-note markers in mlir-opt -verify
mode.  We even diagnose mistakes nicely (aside from the a/an vowel confusion
which isn't worth worrying about):

test/IR/invalid.mlir split at line tensorflow/mlir#399:8:34: error: 'note' diagnostic emitted when expecting a 'error'
  %x = "bar"() : () -> i32    // expected-error {{operand defined here}}
                                 ^

PiperOrigin-RevId: 214773208
2019-03-29 13:20:46 -07:00
..
include/mlir Add support to TF f32_ref type in MLIR 2019-03-29 13:20:32 -07:00
lib Add support to TF f32_ref type in MLIR 2019-03-29 13:20:32 -07:00
test Add support for expected-warning and expected-note markers in mlir-opt -verify 2019-03-29 13:20:46 -07:00
tools Add support for expected-warning and expected-note markers in mlir-opt -verify 2019-03-29 13:20:46 -07:00
utils Add tf_control to syntax files's types. NFC 2019-03-29 12:48:19 -07:00
.clang-format [mlir] add .clang-format 2019-03-29 12:41:43 -07:00
LICENSE.TXT Continue sketching out basic infrastructure, including an input and output 2019-03-29 12:23:51 -07:00