[Mlir-commits] [mlir] [mlir][transform] Fix ch2 and additional documentation (PR #148407)
lonely eagle
llvmlistbot at llvm.org
Mon Jul 14 05:44:39 PDT 2025
linuxlonelyeagle wrote:
As you can see, I didn't add a link to the c++ code at the beginning. https://mlir.llvm.org/docs/Tutorials/transform/ The hints have already been given in that link, so maybe it's not good to keep giving the link here.This may be a bit redundant for an article.
I added the link to the test at the end.Because in theory, just relying on the first few chapters, the results of an interpreter run should report errors.But maybe not, which is a bit surprising, so I've included a link to test in the documentation.
On top of that, I added a line `#include "MyExtension.h"`Because not introducing it produces compilation errors that may be difficult for the reader to locate, perhaps it is just as important.
https://github.com/llvm/llvm-project/pull/148407
More information about the Mlir-commits
mailing list