[PATCH] D92723: [BasicAA] Migrate "same base pointer" logic to decomposed GEPs
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 5 16:33:04 PST 2020
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM. I had to grab a sheet of paper and run some examples to convince myself that your code worked - even with the explanation - but I got there eventually. :)
This covers quite a bit more than the original code, and (now that 8f076291 <https://reviews.llvm.org/rG8f076291be41467560ebf73738561225d2b67206> has landed) entirely subsumes my local patch. Nice!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92723/new/
https://reviews.llvm.org/D92723
More information about the llvm-commits
mailing list