[LLVMdev] C int type for 48bits cpu

gamma_chen gamma_chen at yahoo.com.tw
Thu Sep 5 00:37:27 PDT 2013


Hi,

LLVM only support primitive type i32 and i64, no i48. The clang translate "C int type" to i32 too. My question is if a cpu is 48 bits register size, how to write the backend for 48 bits register architecture. Can someone help me with this problem?


Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130905/87c66095/attachment.html>


More information about the llvm-dev mailing list