[all-commits] [llvm/llvm-project] 2952bc: [MachinePass] Run instrumentation before/after mod...

paperchalice via All-commits all-commits at lists.llvm.org
Thu Dec 14 02:15:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2952bc3384412ca67fd1dcd2eac595088d692802
      https://github.com/llvm/llvm-project/commit/2952bc3384412ca67fd1dcd2eac595088d692802
  Author: paperchalice <liujunchang97 at outlook.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M llvm/lib/CodeGen/MachinePassManager.cpp

  Log Message:
  -----------
  [MachinePass] Run instrumentation before/after module pass (#70919)

This commit adds `runBeforePass`/`runAfterPass` for machine module pass
so `llc -debug-pass-manager` can e.g., print module pass names.
Part of #69879.




More information about the All-commits mailing list