[llvm-commits] [PATCH] Expose scalar transforms to the c and ocaml bindings.
Devang Patel
dpatel at apple.com
Sat Mar 15 22:50:27 PDT 2008
On Mar 14, 2008, at 6:34 PM, Gordon Henriksen wrote:
> To do this, and I'm going to also unify the PassManager and
> FunctionPassManager types,
FWIW, Dan just added PassManagerBase couple of days ago.
-
Devang
> because otherwise each LLVMCreateSomePass routine would need to be
> overloaded for each type of pipeline; that would be cumbersome. This
> would be most straightforward by adding a common base class to the
> two, but Chris is virtual-hostile, so I'll probably new up a
> discriminated union instead. So there will only be one additional
> LLVM___Ref type.
More information about the llvm-commits
mailing list