[all-commits] [llvm/llvm-project] ed47bc: [SCEVExpander] Remove dead Root argument from expa...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Sep 28 04:09:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed47bc8b5899a74b5d87b4683512188689ef6147
https://github.com/llvm/llvm-project/commit/ed47bc8b5899a74b5d87b4683512188689ef6147
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
Log Message:
-----------
[SCEVExpander] Remove dead Root argument from expandCodeForImpl (NFC).
The argument is unused and can be removed.
More information about the All-commits
mailing list