MLIR 23.0.0git
Utils.h File Reference

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::transform
namespace  mlir::transform::detail

Functions

LogicalResult mlir::transform::detail::mergeSymbolsInto (Operation *target, OwningOpRef< Operation * > other)
 Merge all symbols from other into target.
LogicalResult mlir::transform::detail::verifyNoRecursionInCallGraph (Operation *root)
 Verify that the call graph inside root contains no cycles.