search for: rpred_xx

Displaying 2 results from an estimated 2 matches for "rpred_xx".

Did you mean: ipred_xx
2008 Nov 22
2
[LLVMdev] llvm-py 0.5 released.
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. Thanks & Regards, -Mahadevan.
2008 Nov 23
0
[LLVMdev] llvm-py 0.5 released.
...ions 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. These were based on the LLVMIntPredicate and LLVMRealPredicate enums from LLVM-C. But ICMP_xx and FCMP_xx does seem more prevalent, and...