[llvm-dev] LLVM bc converter from LLVM 3.9 to LLVM 3.1

Jakub Kuderski via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 2 15:06:54 PDT 2016


Hi Hongbin,

Android's RenderScript uses a tool like that. You can find the sources
here:
https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/
 .

Best,
Jakub


On 2 August 2016 at 11:10, Hongbin Zheng via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi mailing list,
>
> I has been working on a large project that is based on LLVM 3.1. Recently
> we are thinking to introduce an LLVM bc converter from LLVM 3.9 to LLVM
> 3.1, such that we can introduce some of the newest LLVM analyses and
> optimizations to our  LLVM 3.1 based project.
>
> Have you worked on similar things that converting LLVM bc downward and has
> anything to share?
>
> Thanks
> Hongbin
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160802/681c91b2/attachment.html>


More information about the llvm-dev mailing list