[PATCH] D23465: [PM] BitcodeWriterPass should derive from PassInfoMixin
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 14:40:41 PDT 2016
tejohnson added a comment.
In https://reviews.llvm.org/D23465#514339, @mehdi_amini wrote:
> LGTM.
> I'm not sure about the registration, I think right now it is only to be able to schedule pass from a string? This shouldn't apply this this pass.
Yeah, that's my thought. Will commit as-is, if others think it needs to be registered that can be added as a follow-on.
https://reviews.llvm.org/D23465
More information about the llvm-commits
mailing list