[mlir][NFC] Update remaining textual references of un-namespaced `func` operationsThe special case parsing of operations in the `func` dialect is being removed, andoperations will require the dial
[mlir][NFC] Update remaining textual references of un-namespaced `func` operationsThe special case parsing of operations in the `func` dialect is being removed, andoperations will require the dialect namespace prefix.
show more ...
[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ testsThe special case parsing of `func` operations is being removed.
[mlir] Split out a new ControlFlow dialect from StandardThis dialect is intended to model lower level/branch based control-flow constructs. The initial setof operations are: AssertOp, BranchOp, Co
[mlir] Split out a new ControlFlow dialect from StandardThis dialect is intended to model lower level/branch based control-flow constructs. The initial setof operations are: AssertOp, BranchOp, CondBranchOp, SwitchOp; all split out from the currentstandard dialect.See https://discourse.llvm.org/t/standard-dialect-the-final-chapter/6061Differential Revision: https://reviews.llvm.org/D118966