[all-commits] [llvm/llvm-project] 27f0bf: ADT: ArrayRef: Assert that begin <= end

David Blaikie via All-commits all-commits at lists.llvm.org
Mon Jul 24 20:04:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27f0bf75df78d7439ad698c70e75bf138525db3e
      https://github.com/llvm/llvm-project/commit/27f0bf75df78d7439ad698c70e75bf138525db3e
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M llvm/include/llvm/ADT/ArrayRef.h

  Log Message:
  -----------
  ADT: ArrayRef: Assert that begin <= end

This came up in the context of #63169 - if this assert were in place it
would've been much easier to reduce the test case.


  Commit: dd84f5f91c6b234a2f188b6acf8557cae81b8a53
      https://github.com/llvm/llvm-project/commit/dd84f5f91c6b234a2f188b6acf8557cae81b8a53
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M llvm/test/Analysis/Dominators/print-dot-dom.ll

  Log Message:
  -----------
  test/.../print-dot-dom.ll: Avoid writing to cwd of test by creating/cding into %t instead

The cwd of the test might not be writable.


Compare: https://github.com/llvm/llvm-project/compare/8a86f85ab1e6...dd84f5f91c6b


More information about the All-commits mailing list