[all-commits] [llvm/llvm-project] 8323d2: [CodeGen] Remove some not needed includes in Backe...

Björn Pettersson via All-commits all-commits at lists.llvm.org
Mon Feb 6 04:40:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8323d2a66575ef5f891ec917f163c1737ade4187
      https://github.com/llvm/llvm-project/commit/8323d2a66575ef5f891ec917f163c1737ade4187
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp

  Log Message:
  -----------
  [CodeGen] Remove some not needed includes in BackendUtil.cpp

Getting rid of some include dependencies that seem to be outdated.


  Commit: 2dd221fe482c1d202ba2fecfabd09fca7357b4bd
      https://github.com/llvm/llvm-project/commit/2dd221fe482c1d202ba2fecfabd09fca7357b4bd
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AVR/AVRTargetMachine.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
    M llvm/lib/Target/M68k/M68kTargetMachine.cpp
    M llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
    M llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
    M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
    M llvm/lib/Target/Sparc/SparcTargetMachine.cpp
    M llvm/lib/Target/Xtensa/XtensaTargetMachine.cpp

  Log Message:
  -----------
  Remove no longer needed includes of LegacyPassManager.h

Most of the removed includes should probably have been removed already
when we removed TargetMachine::adjustPassManager.


Compare: https://github.com/llvm/llvm-project/compare/a256e1d97a92...2dd221fe482c


More information about the All-commits mailing list