[PATCH] D91010: [BasicAA] Remove checks for GEP decomposition limit reached
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 09:08:55 PST 2020
nikic added a comment.
In D91010#2382933 <https://reviews.llvm.org/D91010#2382933>, @jdoerfert wrote:
> I would assume the "leftover" parts could just as well be part of the base, right? We'd still run the same logic, wouldn't we?
Right. If the limit is reached, then we would for example have another GEP as base, but that shouldn't influence the treatment it gets in this function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91010/new/
https://reviews.llvm.org/D91010
More information about the llvm-commits
mailing list