llvm-project/mlir/test/Dialect/Quant
River Riddle 3655069234 [mlir] Move the Builtin FuncOp to the Func dialect
This commit moves FuncOp out of the builtin dialect, and into the Func
dialect. This move has been planned in some capacity from the moment
we made FuncOp an operation (years ago). This commit handles the
functional aspects of the move, but various aspects are left untouched
to ease migration: func::FuncOp is re-exported into mlir to reduce
the actual API churn, the assembly format still accepts the unqualified
`func`. These temporary measures will remain for a little while to
simplify migration before being removed.

Differential Revision: https://reviews.llvm.org/D121266
2022-03-16 17:07:03 -07:00
..
canonicalize.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
convert-const.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
convert-fakequant-invalid.mlir
convert-fakequant.mlir
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
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