[all-commits] [llvm/llvm-project] 8febb2: [CodeGen] Remove unused function isCallerPreserved...

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Jan 7 20:30:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8febb2e0f56107b3256999c9e1520fdc51fcd1b4
      https://github.com/llvm/llvm-project/commit/8febb2e0f56107b3256999c9e1520fdc51fcd1b4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

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

  Log Message:
  -----------
  [CodeGen] Remove unused function isCallerPreservedOrConstPhysReg (NFC)

The last use of the function was removed on Oct 20, 2018 in commit
8d6ff4c0af843e1a61b76d89812aed91e358de34.


  Commit: 33bf1cad759487f678f2b694866e2608c4b99aea
      https://github.com/llvm/llvm-project/commit/33bf1cad759487f678f2b694866e2608c4b99aea
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [llvm] Use *Set::contains (NFC)


  Commit: b934160aaa36be42d5b868704157f30339e7d855
      https://github.com/llvm/llvm-project/commit/b934160aaa36be42d5b868704157f30339e7d855
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
    M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/X86/X86InstructionSelector.cpp

  Log Message:
  -----------
  [Target] Use llvm::find_if (NFC)


Compare: https://github.com/llvm/llvm-project/compare/495b301de6ed...b934160aaa36


More information about the All-commits mailing list