search for: llvmrealpredicate

Displaying 1 result from an estimated 1 matches for "llvmrealpredicate".

2008 Nov 23
0
[LLVMdev] llvm-py 0.5 released.
...ecially 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 I agree that it's more logical to use them instead. I'll add those and deprecate the former. Thanks, -Mahadevan.