Files
clang-p2996/mlir/lib/Dialect/Func/Transforms
Matthias Springer 7267c85959 [mlir][Func] Delete DecomposeCallGraphTypes.cpp (#117424)
`DecomposeCallGraphTypes.cpp` was a workaround around missing 1:N
support in the dialect conversion. Now that 1:N support was added, the
workaround can be deleted. The test remains in place, as an example for
how to write such a transformation with the dialect conversion
framework.

Note for LLVM integration: If you are using
`DecomposeCallGraphTypes.cpp`, switch to the patterns that are used in
`TestDecomposeCallGraphTypes.cpp`.
2024-12-02 16:02:03 -08:00
..