[Mlir-commits] [mlir] [mlir][Func][EmitC] Bail-out to avoid errors from MemRef array conversions (PR #198583)
Mehdi Amini
llvmlistbot at llvm.org
Tue Jun 2 03:35:32 PDT 2026
joker-eph wrote:
> Nice, thank you for refactoring the tests two use -convert-{dialect}-to-emitc rather than the -convert-to-emitc mammoth :)
Mmmm why?
Taking the direction for LLVM, I've been trying instead to killl these redundant path to align on the single `convert-to-llvm` path and ensure we don't have subtle differences between these.
https://github.com/llvm/llvm-project/pull/198583
More information about the Mlir-commits
mailing list