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

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 10:00:29 PDT 2017


loladiro added a comment.

Please see the discussion in https://reviews.llvm.org/D31924 - it's not clear that instcombine is allowed to introduce addrspacecasts that weren't in the original program. I know there's a couple cases like that in the code base already, but no need to add more.


https://reviews.llvm.org/D33361





More information about the llvm-commits mailing list