[PATCH] D33361: [InstCombine] Fix inbounds gep for addrspacecasts

Guillaume Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 08:00:56 PDT 2018


tauril added a comment.

Hello, I've recently come across the same problem as expressed by this revision.
Has there been any new discussions regarding this topic?

I've attached a small sample that triggers the type checking assertion in `replaceAllUsesWith`.
F5923793: gep_not_inbounds.ll <https://reviews.llvm.org/F5923793>


https://reviews.llvm.org/D33361





More information about the llvm-commits mailing list