[all-commits] [llvm/llvm-project] 8b946a: [NFC] Test commit to verify commit access

annamthomas via All-commits all-commits at lists.llvm.org
Wed Sep 15 14:08:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b946ab0bb9ae30ac71e6f5c3509d1fa7d04a9fd
      https://github.com/llvm/llvm-project/commit/8b946ab0bb9ae30ac71e6f5c3509d1fa7d04a9fd
  Author: Mats Larsen <me at supergrecko.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:

  Log Message:
  -----------
  [NFC] Test commit to verify commit access


  Commit: 7d437cf76e3ac38d84b5d82e5412dd1b6746daa1
      https://github.com/llvm/llvm-project/commit/7d437cf76e3ac38d84b5d82e5412dd1b6746daa1
  Author: Kim-Anh Tran <kimanh at chromium.org>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:

  Log Message:
  -----------
  Test commit to check commit access


  Commit: 3273430406c186f1f2af597adeedf21d4fa52b18
      https://github.com/llvm/llvm-project/commit/3273430406c186f1f2af597adeedf21d4fa52b18
  Author: Anna Thomas <anna at azul.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M llvm/include/llvm/IR/Value.h
    M llvm/lib/IR/Value.cpp

  Log Message:
  -----------
  Re-add getSingleUndroppableUse API

The API was removed in 4ac4e52189aa in favor of
getUniqueUndroppableUser.
However, this caused a buildbot failure in AbstractCallSiteTest.cpp,
which uses the API and the AbstractCallSite class requires a "use"
rather than a user.
Retain the API so that the unittest compiles and passes.


Compare: https://github.com/llvm/llvm-project/compare/8264846c0ef8...3273430406c1


More information about the All-commits mailing list