[all-commits] [llvm/llvm-project] b75254: [SCEVExpander] Remove GEP add rec splitting code (...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 12 07:54:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b75254270ed5920121de2c3654c5cacaab840c28
https://github.com/llvm/llvm-project/commit/b75254270ed5920121de2c3654c5cacaab840c28
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list