[LLVMdev] [ANN] llvm-py 0.5 released.

Nick Lewycky nicholas at mxc.ca
Sat Nov 22 09:30:09 PST 2008


Mahadevan R wrote:
> Hi.
> 
> Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
> This version supports (only) LLVM 2.4. New instructions of LLVM 2.4
> (vicmp, vfcmp, insertvalue, extractvalue) are available.
> 
> Home page: http://mdevan.nfshost.com/llvm-py/
> 
> Feedback welcome.

This is very nice. I especially appreciate the extensive user guide!

Why do you use IPRED_xx and RPRED_xx instead of ICMP_xx and FCMP_xx? The 
latter is what we use in the C++ code and it seems to me that this is an 
unnecessary potential source of confusion.

Nick

> Thanks & Regards,
> -Mahadevan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> 




More information about the llvm-dev mailing list