[all-commits] [llvm/llvm-project] 734bd2: CodeGen: Move current call site out of MachineModu...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jul 26 01:59:13 PDT 2024


  Branch: refs/heads/users/arsenm/move-current-call-site-out-of-mmi
  Home:   https://github.com/llvm/llvm-project
  Commit: 734bd2cdc3ef248f55e977f16c26e03eba62b8af
      https://github.com/llvm/llvm-project/commit/734bd2cdc3ef248f55e977f16c26e03eba62b8af
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/MachineModuleInfo.h
    M llvm/lib/CodeGen/MachineModuleInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

  Log Message:
  -----------
  CodeGen: Move current call site out of MachineModuleInfo

I do not know understand what this is for, but it's only used in
SelectionDAGBuilder, so move it to FunctionLoweringInfo like other
function scope DAG builder state. The intrinsics are not documented
in the LangRef or Intrinsics.td.

This removes the last piece of codegen state from MachineModuleInfo.


  Commit: e839fd64ecd98eb4ebfc8efbb55d5b05c107b2ce
      https://github.com/llvm/llvm-project/commit/e839fd64ecd98eb4ebfc8efbb55d5b05c107b2ce
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h

  Log Message:
  -----------
  Address comments


  Commit: 0db6ff608b0825a87d01096e918c4f586f5f3973
      https://github.com/llvm/llvm-project/commit/0db6ff608b0825a87d01096e918c4f586f5f3973
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/lib/CodeGen/MachineFunction.cpp

  Log Message:
  -----------
  Move debug_frame comment


Compare: https://github.com/llvm/llvm-project/compare/28442097e089...0db6ff608b08

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list