[LLVMdev] 32-bit indexes
Gordon Henriksen
gordonhenriksen at mac.com
Tue Dec 4 10:46:24 PST 2007
On Dec 4, 2007, at 12:48, Jon Harrop wrote:
> On Tuesday 04 December 2007 19:12, Chris Lattner wrote:
>> As far as I know, the only thing that is not 64-bit clean are the
>> malloc
>> and alloca instructions, both of which take a fixed 32-bit integer
>> operand
>> instead of either a 32-bit or 64-bit one. This can be worked
>> around in
>> various ways, but the best solution is to just fix it. Patches
>> welcome.
>
> Thanks for the clarification.
>
> Is there a todo list of such things?
• Bugzilla: http://llvm.org/bugs/
• The README files in the implementation directories.
• grep -r 'TODO|FIXME' llvm
— Gordon
More information about the llvm-dev
mailing list