[SCEVExpander] Remove GEP add rec splitting code (NFCI)
authorNikita Popov <npopov@redhat.com>
Wed, 12 Jul 2023 14:53:51 +0000 (16:53 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 12 Jul 2023 14:53:51 +0000 (16:53 +0200)
commitb75254270ed5920121de2c3654c5cacaab840c28
treec4006ec39b30bca01ab8f82d95ffe5b64c723fbd
parentab73bd3897b58ecde22ec5eea14b6252f2d69b6e
[SCEVExpander] Remove GEP add rec splitting code (NFCI)

I don't believe this is relevant anymore with opaque pointers,
where we always expand the entire offset, without splitting it into
parts.
llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp