[llvm-dev] RFC: Switching to the new pass manager by default

Andres Freund via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 24 03:04:06 PDT 2017


Hi,

On 2017-10-18 06:50:54 +0000, Chandler Carruth via llvm-dev wrote:
> The new pass manager is getting extremely close to the point where I'm not
> aware of any significant outstanding work needed, and I'd like to see what
> else would be needed to enable it by default. Here are the current
> functionality I'm aware of outstanding:

> ... that's it?

I'm not sure if that qualifies as an issue, but the C API seems to
solely expose the legacy pass manager. I'm using the C API to JIT parts
of postgresql (written in C) query trees, therefore it'd be nice if the
new pass manager were also in in use via the C API.

Regards,

Andres


More information about the llvm-dev mailing list