[all-commits] [llvm/llvm-project] 0d96ea: [ValueTracking] Move matchSimpleRecurrence out of ...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Mar 8 15:06:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d96ea0792bccca804ed89f7116ef518e40bf34a
https://github.com/llvm/llvm-project/commit/0d96ea0792bccca804ed89f7116ef518e40bf34a
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Move matchSimpleRecurrence out of line
The header only has a forward declaration of PHINode available, and this
function doesn't seem to get much out of inlining.
More information about the All-commits
mailing list