[all-commits] [llvm/llvm-project] fdd5f6: [llvm] Use llvm::is_contained (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Jun 22 23:46:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fdd5f695fc998683b21be34758e8f7415f6cb13c
      https://github.com/llvm/llvm-project/commit/fdd5f695fc998683b21be34758e8f7415f6cb13c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/lib/DWARFLinkerParallel/DWARFLinkerImpl.h

  Log Message:
  -----------
  [llvm] Use llvm::is_contained (NFC)


  Commit: 3f8ed16c67ff3d498dd3c8e18754adb62a45009d
      https://github.com/llvm/llvm-project/commit/3f8ed16c67ff3d498dd3c8e18754adb62a45009d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlan.h

  Log Message:
  -----------
  [Transforms] Remove unused forward declaration PredicateScalarEvolution

The declaration was added without a corresponding class definition by:

  commit a84064bcda1a737658d33e96ca58516d01af70a6
  Author: Florian Hahn <flo at fhahn.com>
  Date:   Wed Dec 21 22:02:31 2022 +0000

It is most likely a misspelling of PredicatedScalarEvolution.


  Commit: 2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf
      https://github.com/llvm/llvm-project/commit/2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Quant/QuantTypes.h

  Log Message:
  -----------
  [mlir] Remove unused forward declaration QuantizedIntegerType

The declaration was added without a corresponding class definition by:

  commit 13bb8f491a1cb429226768cfd4ca6bcea3b938dd
  Author: Stella Laurenzo <laurenzo at google.com>
  Date:   Wed Apr 3 11:16:32 2019 -0700


Compare: https://github.com/llvm/llvm-project/compare/fbb5f73371cd...2ef2c644b673


More information about the All-commits mailing list