[LLVMdev] help

Félix Cloutier felixcca at yahoo.ca
Sun Jun 27 22:00:46 PDT 2010


The "eq" part means "equality". That's how you know which kind of comparison you're dealing with. You should read about the icmp instruction.

Félix

Le 2010-06-28 à 00:37:44, RAJWINDER SINGH a écrit :

> %0 = icmp eq i32 %y, 0 
> In the above instruction how can i know that the comparison is equality comparison??
> 
> --Rajwinder Singh
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100628/44454a73/attachment.html>


More information about the llvm-dev mailing list