[all-commits] [llvm/llvm-project] 51fb76: [lld] Use StringRef::consume_front_insensitive (NFC)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jan 12 22:08:45 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51fb76ff1d4a888342c4a406904096b32cc49866
      https://github.com/llvm/llvm-project/commit/51fb76ff1d4a888342c4a406904096b32cc49866
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
    M lld/COFF/DriverUtils.cpp
    M lld/Common/Args.cpp
    M lld/MachO/Driver.cpp

  Log Message:
  -----------
  [lld] Use StringRef::consume_front_insensitive (NFC)


  Commit: 6bd488dd24cc06daea0d9a9dea0e2843f4c8d38e
      https://github.com/llvm/llvm-project/commit/6bd488dd24cc06daea0d9a9dea0e2843f4c8d38e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-12 (Fri, 12 Jan 2024)

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

  Log Message:
  -----------
  [CodeGen] Use DenseMap::contains (NFC)


  Commit: 8e8bbbd48ee23764cc6030fd259dde6a1107c00c
      https://github.com/llvm/llvm-project/commit/8e8bbbd48ee23764cc6030fd259dde6a1107c00c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
    M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
    M mlir/lib/Dialect/Vector/Transforms/BufferizableOpInterfaceImpl.cpp

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


Compare: https://github.com/llvm/llvm-project/compare/fc2766c1d477...8e8bbbd48ee2


More information about the All-commits mailing list