[LLVMdev] recommended workaround for distinguishing signed vs unsigned integers

Timothee Cour timothee.cour2+llvm at gmail.com
Wed Feb 18 22:04:37 PST 2015


Since llvm doesn't distinguish signed vs unsigned integers anymore, what is
the recommended way to represent a language that distinguishes them? Is
that to introduce new types, eg:
%SignedI32 = type { i32 }
%UnsignedI32 = type { i32 }
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150218/3d2bfae3/attachment.html>


More information about the llvm-dev mailing list