[all-commits] [llvm/llvm-project] 65c053: [SCEVExpander] Drop ExpandTy argument from expandI...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Sep 21 07:22:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65c053d67a7d81d77120f4de0a3fa89b8fc85bc1
https://github.com/llvm/llvm-project/commit/65c053d67a7d81d77120f4de0a3fa89b8fc85bc1
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 ExpandTy argument from expandIVInc() (NFC)
Check the type of the phi node instead (as the comment already
indicates).
More information about the All-commits
mailing list