llvm-project/mlir/test/Dialect/Quant
River Riddle f8479d9de5 [mlir] Set the namespace of the BuiltinDialect to 'builtin'
Historically the builtin dialect has had an empty namespace. This has unfortunately created a very awkward situation, where many utilities either have to special case the empty namespace, or just don't work at all right now. This revision adds a namespace to the builtin dialect, and starts to cleanup some of the utilities to no longer handle empty namespaces. For now, the assembly form of builtin operations does not require the `builtin.` prefix. (This should likely be re-evaluated though)

Differential Revision: https://reviews.llvm.org/D105149
2021-07-28 21:00:10 +00:00
..
canonicalize.mlir [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
convert-const.mlir [testsuite] Make testsuite more stable vs canonicalization change. NFC. 2021-03-19 18:11:12 -07:00
convert-fakequant-invalid.mlir
convert-fakequant.mlir Enable FileCheck -enable-var-scope by default in MLIR test 2020-06-12 00:43:09 +00:00
parse-any-invalid.mlir [AsmParser] Fix support for zero bit integer types. 2020-12-12 21:24:18 -08:00
parse-any.mlir
parse-calibrated-invalid.mlir Add CalibratedQuantizedType to quant dialect 2020-11-17 22:14:54 -08:00
parse-calibrated.mlir Fix CalibratedQuantizedType's print function to match parser 2020-11-24 09:35:35 -08:00
parse-ops-invalid.mlir
parse-ops.mlir
parse-uniform-invalid.mlir [AsmParser] Fix support for zero bit integer types. 2020-12-12 21:24:18 -08:00
parse-uniform.mlir [mlir][IR] Support parsing hex float values in the DialectSymbolParser 2021-03-17 13:52:32 -07:00
quant_region.mlir