[all-commits] [llvm/llvm-project] eb3120: [SCEVExpander] Drop Ty argument from expandAddToGE...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Sep 21 07:16:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb31208be15326e6e6523611e6d3d8fdabbbc127
https://github.com/llvm/llvm-project/commit/eb31208be15326e6e6523611e6d3d8fdabbbc127
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
Log Message:
-----------
[SCEVExpander] Drop Ty argument from expandAddToGEP() (NFC)
We can directly use the type of Offset here.
More information about the All-commits
mailing list