Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 356 Bytes

MLIR Debugging Hacks

Official documentation: https://mlir.llvm.org/docs/TargetLLVMIR/

Tools developed for debugging MLIR code.

This loose collection of files can be compiled to object files, which can then be linked in the last stage of mlir compilation (clang).

Provided are hacks to print to stdout, interact with memrefs, and other hacky things.