All the GlobalISel passes are initialized when the target calls
initializeGlobalISel(), so we don't need to call the initializers
from the pass constructors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D63235
GlobalISel: Remove redundant pass initialization ClosedPublic Authored by tstellar on Jun 12 2019, 4:44 PM.
Details Summary All the GlobalISel passes are initialized when the target calls
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2019, 10:33 AM Closed by commit rL363642: GlobalISel: Remove redundant pass initialization (authored by tstellar). · Explain WhyJun 17 2019, 7:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 205231 llvm/trunk/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/trunk/lib/CodeGen/GlobalISel/InstructionSelect.cpp
llvm/trunk/lib/CodeGen/GlobalISel/Legalizer.cpp
llvm/trunk/lib/CodeGen/GlobalISel/Localizer.cpp
llvm/trunk/lib/CodeGen/GlobalISel/RegBankSelect.cpp
|