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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 24 06:10:44 PDT 2024


  Branch: refs/heads/users/arsenm/move-current-call-site-out-of-mmi
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bfecff9e054bffe204607919f407413a5c9b816
      https://github.com/llvm/llvm-project/commit/8bfecff9e054bffe204607919f407413a5c9b816
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-24 (Wed, 24 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.



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