llvm-project/mlir/test/LLVMIR
River Riddle 260d3e39ad Standardize and refactor Attribute type printing.
Remove the ability to print an attribute without a type, but allow for attributes to elide the type under certain circumstances. This fixes a bug where attributes within ArrayAttr, and other collection attributes, would never print the type.

PiperOrigin-RevId: 255306974
2019-06-26 18:29:54 -07:00
..
convert-argattrs.mlir Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -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 Standardize and refactor Attribute type printing. 2019-06-26 18:29:54 -07:00
convert-to-llvmir.mlir Standardize and refactor Attribute type printing. 2019-06-26 18:29:54 -07:00
invalid.mlir Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -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 Standardize and refactor Attribute type printing. 2019-06-26 18:29:54 -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