[all-commits] [llvm/llvm-project] 72c17a: [AArch64] Remove unused declaration LowerSCALAR_TO...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon May 29 10:54:09 PDT 2023


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

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h

  Log Message:
  -----------
  [AArch64] Remove unused declaration LowerSCALAR_TO_VECTOR

The corresponding function definition was removed by:

  commit 85d6a16c46616336c52792e7a490e70ea8b6461e
  Author: Tim Northover <tnorthover at apple.com>
  Date:   Fri Apr 4 09:03:09 2014 +0000


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

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h

  Log Message:
  -----------
  [AArch64] Remove unused declaration legalizeShuffleVector

The declaration was added without a corresponding function definition
by:

  commit 4c52fb1a5ee20846627d16e38f5dec08c08f8884
  Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
  Date:   Mon Aug 15 21:51:13 2022 +0300


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

  Changed paths:
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp

  Log Message:
  -----------
  [AArch64] Remove unused declaration tryParseMRSSystemRegister

The corresponding definition was removed by:

  commit e8b4166accfa03b9693bea34e53eb384f4b99198
  Author: Bradley Smith <bradley.smith at arm.com>
  Date:   Wed Apr 9 14:43:06 2014 +0000


Compare: https://github.com/llvm/llvm-project/compare/cb227c944f27...d035489297b9


More information about the All-commits mailing list