[all-commits] [llvm/llvm-project] 3d2527: [Kaleidoscope] Switch to the new PassManager, revi...
Logikable via All-commits
all-commits at lists.llvm.org
Thu Nov 16 09:14:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d2527ebe3eb75381abd500b9851f7a2bf61d6b8
https://github.com/llvm/llvm-project/commit/3d2527ebe3eb75381abd500b9851f7a2bf61d6b8
Author: Logikable <seanluchen at google.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
M llvm/examples/Kaleidoscope/Chapter4/toy.cpp
M llvm/examples/Kaleidoscope/Chapter5/toy.cpp
M llvm/examples/Kaleidoscope/Chapter6/toy.cpp
M llvm/examples/Kaleidoscope/Chapter7/toy.cpp
Log Message:
-----------
[Kaleidoscope] Switch to the new PassManager, revisited. (#72324)
Rollforward of #69032, which was reverted in
[63d19cf](https://github.com/llvm/llvm-project/commit/63d19cfd853b0b4e374f40842ee388b0da5de36f).
New: implemented changes in
https://github.com/llvm/llvm-project/pull/69032#issuecomment-1809250162.
Given the PassBuilder is how we expect users to register passes, the
tutorial should reflect that.
More information about the All-commits
mailing list