[all-commits] [llvm/llvm-project] 12a8bc: [CodeGen] Port FreeMachineFunction to new pass man...

paperchalice via All-commits all-commits at lists.llvm.org
Thu Jan 25 01:24:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12a8bc09ca4fa975d3e79a05e1fb14f03b23e3d5
      https://github.com/llvm/llvm-project/commit/12a8bc09ca4fa975d3e79a05e1fb14f03b23e3d5
  Author: paperchalice <liujunchang97 at outlook.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    A llvm/include/llvm/CodeGen/FreeMachineFunction.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/CMakeLists.txt
    A llvm/lib/CodeGen/FreeMachineFunction.cpp
    M llvm/lib/CodeGen/MachinePassManager.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/tools/llc/NewPMDriver.cpp

  Log Message:
  -----------
  [CodeGen] Port FreeMachineFunction to new pass manager (#79421)

This pass should be the last machine function pass in pipeline, also
ignore `PI.runAfterPass(*P, MF, PassPA);` to avoid accessing a dangling
reference.




More information about the All-commits mailing list