-
MachineCopyPropagation.h -
MachineBlockPlacement.cpp -
MachineCopyPropagation.cpp -
UnreachableBlockElim.cpp 1
AMDGPUMachineFunction.cpp
| | Authored by czhang on Jun 27 2019, 12:59 PM. Event TimelineHerald added a project: Restricted Project. czhang retitled this revision from [CodeGen] Define an interface for the new pass manager in CodeGen. to [CodeGen] First steps at porting CodeGen to new pass manager,. Path | Size |
---|
| | | | | | | 56 lines | | 50 lines | | 133 lines | | 6 lines | | | | 14 lines | | | | | | | | 4 lines | | 6 lines | | 1 line | | 4 lines | | 4 lines | | 10 lines | | 32 lines | | 32 lines | | 8 lines | | 60 lines | | 6 lines | | 83 lines | | 8 lines | | 92 lines | | 2 lines | | | | 3 lines | | 6 lines | | | | | | 15 lines | | | | 2 lines | | 6 lines | | | | | | 1 line | | 2 lines | | 110 lines | | | | 20 lines | | | | 6 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
5b576e3ccf09 | 4fd5949b9575 | b81e9ba232d9 | Charles Zhang | [CodeGen] Port MachineModuleInfo and allow llc to run the new PM. (Show More…) | Jun 27 2019, 11:57 AM | b81e9ba232d9 | 663d9355ca83 | 2c68be3d4eee | Charles Zhang | [CodeGen] Port MachineCopyPropagation to the new pass manager. NFC. | Jun 10 2019, 4:43 PM | 2c68be3d4eee | 8dc0d6461c4d | a59aeb3f29a9 | Charles Zhang | [CodeGen] Define an interface for the new pass manager in CodeGen. | Jun 10 2019, 4:41 PM |
|
This should really be a MachineFunction analysis. Would adding a separate MachineFunction pass with a dependency on this analysis which sets the field here work?