[LLVMdev] prevent frontend from emitting i64 (original) (raw)
Alon Shaltiel (ashaltie) ashaltie at cisco.com
Wed Jan 28 01:55:01 PST 2015
- Previous message: [LLVMdev] JustRef
- Next message: [LLVMdev] prevent frontend from emitting i64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [LLVMdev] JustRef
- Next message: [LLVMdev] prevent frontend from emitting i64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]