[all-commits] [llvm/llvm-project] ae056b: [ARM] Remove unused declaration RemapAddSubWithFlags

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue May 16 18:43:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae056b56f96e46794d962388a2708349d9c7fd71
      https://github.com/llvm/llvm-project/commit/ae056b56f96e46794d962388a2708349d9c7fd71
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelLowering.h

  Log Message:
  -----------
  [ARM] Remove unused declaration RemapAddSubWithFlags

The corresponding function definition was removed by:

  commit e891654a5855a43104a4f3744a754c5e028c03c7
  Author: Evan Cheng <evan.cheng at apple.com>
  Date:   Tue Aug 30 01:34:54 2011 +0000

While we are at it, this patch removes ARMPCLabelIndex, for which the
host compiler issues an unused variable warning.


  Commit: d7aa279e98489c5d9a099bdd96d4d81584ebe603
      https://github.com/llvm/llvm-project/commit/d7aa279e98489c5d9a099bdd96d4d81584ebe603
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/lib/Target/ARM/ARMSubtarget.h

  Log Message:
  -----------
  [ARM] Remove unused declaration computeIssueWidth

The corresponding function definition was removed by:

  commit b2680c718fc49698e820441ed30c692a63476660
  Author: Andrew Trick <atrick at apple.com>
  Date:   Tue Jun 5 03:44:43 2012 +0000


Compare: https://github.com/llvm/llvm-project/compare/e3227e74e3bf...d7aa279e9848


More information about the All-commits mailing list