llvm-project/mlir/test/Dialect/Shape
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
..
bufferize.mlir [mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect. 2021-11-25 11:50:39 +01:00
canonicalize.mlir [mlir] Add canonicalizer to remove redundant shape.cstr_broadcastable ops 2022-02-06 14:46:42 -08:00
invalid.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
ops.mlir Remove restriction on static dimensions in Shape method 2022-02-08 11:20:01 +01:00
remove-shape-constraints.mlir [mlir][Shape] Make cstr_eq more like cstr_broadcastable 2021-03-03 16:20:05 +01:00
shape-to-shape.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00