[all-commits] [llvm/llvm-project] 763f2b: [VPlan] Remove dead OrigLoop argument from removeD...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jun 11 15:41:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 763f2bdba521645eef3eb0b3e4359c839fbe3a12
https://github.com/llvm/llvm-project/commit/763f2bdba521645eef3eb0b3e4359c839fbe3a12
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-06-11 (Sat, 11 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
Log Message:
-----------
[VPlan] Remove dead OrigLoop argument from removeDeadRecipes (NFC).
The use of the argument has been remove a while ago. Remove the dead
argument.
More information about the All-commits
mailing list