[PATCH] D72060: [InstCombine] Preserve inbounds when merging with zero-index GEP (PR44423)
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 13:09:05 PST 2020
davezarzycki added a comment.
In D72060#1801426 <https://reviews.llvm.org/D72060#1801426>, @lebedev.ri wrote:
> Is there a reproducer in progress?
Never mind. This may or may not be the root cause, but I can't be sure due to an unrelated race condition in LLVM's thread pool logic making my bisects unreliable (see D72090 <https://reviews.llvm.org/D72090> for the fix). I'm re-bisecting with the patch from D72090 <https://reviews.llvm.org/D72090>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72060/new/
https://reviews.llvm.org/D72060
More information about the llvm-commits
mailing list