Displaying 1 result from an estimated 1 matches for "2c89ada3".
2019 Jun 13
3
Using the new pass manager for CodeGen
Hi,
I am looking into potentially porting CodeGen and some of the passes to using the new pass manager. Two questions:
1. Has anybody made an attempt in this direction already? Maybe I am missing a branch out there that has started on this already. From what I can tell, there is no work in-tree in CodeGen that is aware of the new pass manager besides some assembly utilities in BackendUtils.cpp.