[all-commits] [llvm/llvm-project] 5cb470: MachineOutliner: Use PM to query MachineModuleInfo

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jul 19 12:27:26 PDT 2024


  Branch: refs/heads/users/arsenm/machine-outliner-use-pm-query-mmi
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cb470e1eba85641bba9bc4c97aebc1e38f3e167
      https://github.com/llvm/llvm-project/commit/5cb470e1eba85641bba9bc4c97aebc1e38f3e167
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.h
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h

  Log Message:
  -----------
  MachineOutliner: Use PM to query MachineModuleInfo

Avoid getting this from the MachineFunction



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