[LLVMdev] How to prevent generation of wide integers in LLVM IR?

Корчагин Василий vasiliy.korchagin at gmail.com
Fri Jul 1 00:53:07 PDT 2011


Hello, LLVMdev.

The problem is that C backend doesn't support integers wider than 64 
bits, but I need to use it on programs with wide integers in LLVM IR. My 
question is how to deny LLVM to generate wide integer? Which part of 
LLVM should I modify?

Best regards, V. Korchagin.



More information about the llvm-dev mailing list