[all-commits] [llvm/llvm-project] b6cb03: Revert use of getUniqueUndroppableUser in AssumeBu...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6cb03e6b94d91a1757d41d4b0f139166ae15de0
      https://github.com/llvm/llvm-project/commit/b6cb03e6b94d91a1757d41d4b0f139166ae15de0
  Author: Anna Thomas <anna at azul.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp

  Log Message:
  -----------
  Revert use of getUniqueUndroppableUser in AssumeBundleBuilder

Fix build bot failure in rG4ac4e521 caused due to assumeBundleBuilder
using new API (getUniqueUndroppableUser).
We now continue using the existing API for AssumeBundleBuilder
(getSingleUndroppableUser).

Sorry for the noise here.

Tests-Run: failing testcase passes.




More information about the All-commits mailing list