[all-commits] [llvm/llvm-project] 7b9474: [Kaleidoscope] Switch to the new PassManager. (#69...

Logikable via All-commits all-commits at lists.llvm.org
Wed Oct 18 09:26:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b94744e77aaf752abc2c6ab38ee3fdfafbeff9d
      https://github.com/llvm/llvm-project/commit/7b94744e77aaf752abc2c6ab38ee3fdfafbeff9d
  Author: Logikable <seanluchen at google.com>
  Date:   2023-10-18 (Wed, 18 Oct 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. (#69032)

Using the new pass manager is more verbose; let me know if the tutorial
doesn't flow well with all the additions.




More information about the All-commits mailing list