[PATCH] D105238: GlobalISel/AArch64: don't optimize away redundant branches at -O0
Muhammad Omair Javaid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 20:30:23 PDT 2021
omjavaid added a comment.
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.
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