PrinterLoopPassWrapper and FreeMachineFunction were not registered
with the PassRegistry. Register them for consistency.
Patch by Simone Pellegrini.
Paths
| Differential D32528
Register two missing passes with PassRegistry Needs ReviewPublic Authored by svenvh on Apr 26 2017, 3:23 AM.
Details
Diff Detail Event TimelineComment Actions I didn't check the pass dependencies but I assumed you did and these passes don't depend on anything. This revision now requires changes to proceed.Apr 26 2017, 7:24 AM
Revision Contents
Diff 99927 include/llvm/InitializePasses.h
lib/Analysis/Analysis.cpp
lib/Analysis/LoopPass.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/MachineModuleInfo.cpp
test/CodeGen/MIR/Generic/pass-registration.mir
tools/llc/llc.cpp
|