[PATCH] D106450: [InstCombine] Fold (gep (oneuse(gep Ptr, Idx0)), Idx1) -> (gep Ptr, (add Idx0, Idx1)) (PR51069)
Alexander Kornienko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 15:15:05 PDT 2021
alexfh added a comment.
In D106450#2955083 <https://reviews.llvm.org/D106450#2955083>, @aeubanks wrote:
> Given that we have a test case and multiple people have reported regressions, can we revert in the meantime?
Especially if there's no obvious and clear forward fix, I'd appreciate if you could unblock us by reverting for now. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106450/new/
https://reviews.llvm.org/D106450
More information about the llvm-commits
mailing list