The older LLVM pass manager uses the older CallGraph class, whereas the fresh new pass manager uses the fresh new LazyCallGraph class. In this session, I read through as much of the documentation as I can stomach, and try porting over some of the CallGraph code to use LazyCallGraph instead. I don't make a ton of progress, tbh!
0 Comments