[LLVMdev] Passes calling
Chandler Carruth
chandlerc at google.com
Fri Jun 13 02:38:21 PDT 2014
On Thu, Jun 12, 2014 at 6:47 PM, John Criswell <criswell at illinois.edu>
wrote:
> If I understand what you're saying, you're keeping the current
> functionality of being able to schedule *analysis* passes using
> AU.addRequired<>() but removing the ability to schedule *transform* passes
> via AU.addRequired<>(), correct?
>
Correct.
>
> Your original email implied that analysis passes would, in the future, not
> be scheduled via AU.addRequired<>(). I completely understand not
> scheduling transform passes that way.
>
Sorry, totally not what I intended to imply!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140613/334ca529/attachment.html>
More information about the llvm-dev
mailing list