[PATCH] D72059: [InstCombine] Fix incorrect inbounds on GEP of GEP (PR44425)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 13:26:31 PST 2020


nikic added a comment.

I've moved the addition of the extra function into D72060 <https://reviews.llvm.org/D72060>, as it really only makes sense with the extra logic added there -- otherwise calling the function takes more characters than the logic it contains :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72059/new/

https://reviews.llvm.org/D72059





More information about the llvm-commits mailing list