[LLVMdev] 2008-01-25-ByValReadNone.c Failure

Duncan Sands baldrick at free.fr
Tue Feb 19 01:15:26 PST 2008


Hi Bill,

> As you can see in it, there are "readonly" attributes on the functions.

this test uses a huge array in order to be sure that it would be passed
'byval' and not as thousands of individual integer parameters.  On your
machine it is passed as thousands of individual integer parameters!  That
is the bug.

Ciao,

Duncan.



More information about the llvm-dev mailing list