[PATCH] D105238: GlobalISel/AArch64: don't optimize away redundant branches at -O0

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 16:10:24 PDT 2021


aprantl added a comment.

In D105238#2866200 <https://reviews.llvm.org/D105238#2866200>, @omjavaid wrote:

> This broke LLDB buildbot testcase where breakpoint set at start of loop failed to hit.
>
> https://lab.llvm.org/buildbot/#/builders/96/builds/9404
>
>       
>
> https://github.com/llvm/llvm-project/blob/main/lldb/test/API/commands/process/attach/main.cpp#L15
>
> I have temporarily reverted this change.

I agree the bot data seems to point to this commit. I'll try to figure out what happened there.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105238/new/

https://reviews.llvm.org/D105238



More information about the llvm-commits mailing list