Thomas Raoux via llvm-dev
2020-Apr-10 18:01 UTC
[llvm-dev] Using AntiDepBreaker outside of PostRAListScheduler
Hi, Is there any reason why AntiDepBreaker cannot be used by a scheduler other than PostRAListScheduler? From looking at the code I don't see any obvious dependency. I would like to use the anti dependency breaker in a target specific postRA scheduler. Does anybody have an objection to making AntiDepBreaker.h public rather than keeping it as internal in lib/Codegen? I see that it got moved there from the include directory many years ago but I don't see any explanation for this change. -- Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200410/ff6e799d/attachment.html>