git://git.jankratochvil.net
/
lldb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
7a99aab
)
[ModuloSchedule] Devirtualize PeelingModuloScheduleExpander::expand as it's not needed
author
David Blaikie
<dblaikie@gmail.com>
Tue, 7 Jul 2020 01:01:57 +0000
(18:01 -0700)
committer
David Blaikie
<dblaikie@gmail.com>
Tue, 7 Jul 2020 01:05:32 +0000
(18:05 -0700)
The use case is out of tree code deriving from this class - but without
a need to use the base class polymorphically, so skip the virtualization
and virtual dtor.
Post-commit review from
50ac7ce94f34c5f43b02185ae0c33e150e78b044
No differences found