> > What about integer arrays?
> 
> This is an optimization, not a correctness issue.  Can you give an  
> example that you mean?

According to the x86-64 ABI, arrays of integers that are not more
than 8 bytes long are passed in integer registers.  Likewise for
structs.  So it looks like a correctness issue as well as an optimization :)

CIao,

Duncan.
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to