[LLVMdev] prevent frontend from emitting i64

Alon Shaltiel (ashaltie) ashaltie at cisco.com
Wed Jan 28 01:55:01 PST 2015


Hello,
Is there a way to make clang create an IR file that doesn’t use 64 bit integers? My C code doesn’t use any 64bit types but still “clang –c –emit-llvm …” emits code that contains i64’s.

Thanks,
Alon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150128/35dca4bd/attachment.html>


More information about the llvm-dev mailing list