[all-commits] [llvm/llvm-project] 96f14e: [llvm] Use range-based for loops with llvm::drop_b...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Jan 13 18:19:05 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96f14ea61847da9b89732cd86ff2ba5ceac252d3
      https://github.com/llvm/llvm-project/commit/96f14ea61847da9b89732cd86ff2ba5ceac252d3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
    M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
    M llvm/lib/TextAPI/RecordsSlice.cpp

  Log Message:
  -----------
  [llvm] Use range-based for loops with llvm::drop_begin (NFC)


  Commit: b5d6ea4d8b195558f1b79970368b185d232754d9
      https://github.com/llvm/llvm-project/commit/b5d6ea4d8b195558f1b79970368b185d232754d9
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/FormatVariadic.cpp
    M llvm/lib/Support/VersionTuple.cpp

  Log Message:
  -----------
  [Support] Use StringRef::consume_front (NFC)


  Commit: e4a6be0fc0b8dcc57c555baa6dea0097c5fb0f7b
      https://github.com/llvm/llvm-project/commit/e4a6be0fc0b8dcc57c555baa6dea0097c5fb0f7b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

  Log Message:
  -----------
  [CodeGen] Use getConstantOperandVal (NFC)


Compare: https://github.com/llvm/llvm-project/compare/0e93d04001e4...e4a6be0fc0b8


More information about the All-commits mailing list