[PATCH] D73546: Add a few GDB pretty printers for MLIR.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 11:58:40 PST 2020
rriddle added a comment.
In D73546#1852321 <https://reviews.llvm.org/D73546#1852321>, @nicolasvasilache wrote:
> Assuming you can also GDB MLIR somehow, would it also work with JIT'ed MLIR?
You mean debug the generated code? That requires some changes to execution engine, as well as emission of line information to LLVM IR. I had a patch to add enough support for line stepping JIT'ed code, but it needs to be updated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73546/new/
https://reviews.llvm.org/D73546
More information about the llvm-commits
mailing list