llvm-project/mlir/test/LLVMIR
Geoffrey Martin-Noble d7d69569e7 Rename -verify mlir-opt flag to -verify-expected-diagnostics
This name has caused some confusion because it suggests that it's running op verification (and that this verification isn't getting run by default).

PiperOrigin-RevId: 254035268
2019-06-19 23:08:03 -07:00
..
convert-argattrs.mlir Simplify the parser/printer of ConstantOp now that all attributes have types. This has the added benefit of removing type redundancy from the pretty form. As a consequence, IntegerAttr/FloatAttr will now always print the type even if it is i64/f64. 2019-05-10 19:24:30 -07:00
convert-funcs.mlir Refactor FunctionAttr to hold the internal function reference by name instead of pointer. The one downside to this is that the function reference held by a FunctionAttr needs to be explicitly looked up from the parent module. This provides several benefits though: 2019-06-01 19:56:54 -07:00
convert-memref-ops.mlir Rename "convert-to-llvmir" to "lower-to-llvm" (NFC) 2019-05-06 08:19:52 -07:00
convert-to-llvmir.mlir Introduce std.index_cast and its lowering+translation to LLVM 2019-06-19 23:04:01 -07:00
invalid.mlir Rename -verify mlir-opt flag to -verify-expected-diagnostics 2019-06-19 23:08:03 -07:00
nvvm.mlir Add a new NVVM dialect that extends the LLVM dialect with some NVVM specific operations. 2019-05-06 08:17:24 -07:00
roundtrip.mlir Introduce std.index_cast and its lowering+translation to LLVM 2019-06-19 23:04:01 -07:00
terminator.mlir Do not mark llvm.return, llvm.br, llvm.cond_br operations as having no side effects. 2019-04-07 18:22:46 -07:00