_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Hello,
Code generation passes including target-specific IR passes (usually these specified in derived TargetPassConfig class) are not using the new pass manager. I'm working on switching the code generation to use the new pass manager but it is not quite there yet. I guess we should document this fact in the new pass manager documentation because I think this question comes up once in a while.
- Yuanfang
________________________________________
From: llvm-dev <llvm-dev...@lists.llvm.org> on behalf of Jon Chesterfield via llvm-dev <llvm...@lists.llvm.org>
Sent: Wednesday, February 24, 2021 9:31 AM
To: llvm-dev
Subject: [llvm-dev] New pass manager, documentation?
Hi,
Thanks,
Jon