[all-commits] [llvm/llvm-project] 7a99aa: [ModuloSchedule] Devirtualize PeelingModuloSchedul...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Jul 6 18:05:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7a99aab8692c58558b62e9a66120886b8a70fab8
https://github.com/llvm/llvm-project/commit/7a99aab8692c58558b62e9a66120886b8a70fab8
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-07-06 (Mon, 06 Jul 2020)
Changed paths:
M llvm/include/llvm/CodeGen/ModuloSchedule.h
Log Message:
-----------
[ModuloSchedule] Devirtualize PeelingModuloScheduleExpander::expand as it's not needed
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
More information about the All-commits
mailing list