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
Differential D84274
Fixed move constructor of MMI to move MachineFunctions map sridhar_gopinath on Jul 21 2020, 3:45 PM. Authored by
Details The move constructor of MachineModuleInfo currently does not copy the MachineFunctions map. This commit fixes this issue.
Diff Detail
|