[all-commits] [llvm/llvm-project] cbf524: Fix buildbot after cfc60730179042a93cb9cb338982e71...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Tue Jan 19 10:45:37 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cbf52463599c860243d29877021fcdfcd9d46553
      https://github.com/llvm/llvm-project/commit/cbf52463599c860243d29877021fcdfcd9d46553
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2021-01-19 (Tue, 19 Jan 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

  Log Message:
  -----------
  Fix buildbot after cfc60730179042a93cb9cb338982e71d20707a24

Windows buildbots were not happy with using find_if + instructionsWithoutDebug.

In cfc60730179042a9, instructionsWithoutDebug is not technically necessary. So,
just iterate over the block directly.

http://lab.llvm.org:8011/#/builders/127/builds/4732/steps/7/logs/stdio




More information about the All-commits mailing list