[LLVMdev] Signed i1?

林萌 bluebird498 at gmail.com
Tue Jun 17 22:49:17 PDT 2014


Hi guys,

I'm just wondering, is there any signed i1?

I found two operations, ISD::MULHU and ISD::MULHS -  Multiply high -
Multiply two integers of type iN, producing an unsigned/signed value of
type i[2*N], then return the top part.

What will be the result of MULHS on v32i1? This question may seem weird,
but I just want to know if there is any LLVM convention on it.

Thanks!
Meng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140617/09420e18/attachment.html>


More information about the llvm-dev mailing list