The move constructor of MachineModuleInfo currently does not copy the MachineFunctions map. This commit fixes this issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84274
Fixed move constructor of MMI to move MachineFunctions map ClosedPublic Authored by sridhar_gopinath on Jul 21 2020, 3:45 PM.
Details Summary The move constructor of MachineModuleInfo currently does not copy the MachineFunctions map. This commit fixes this issue.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 22 2020, 9:52 AM Closed by commit rG4b5412b5dbc8: Fix the move constructor of MMI to move MachineFunctions map (authored by sridhar_gopinath, committed by bogner). · Explain WhyJul 27 2020, 2:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 279645 llvm/lib/CodeGen/MachineModuleInfo.cpp
|
clang-format not found in user's PATH; not linting file.