On Jan 26, 2008, at 6:16 AM, Apache wrote: > > New Test Failures: > test/Transforms/Inline/byval2.ll [DEJAGNU]
Hi Duncan, This is failing because inlining of readonly functions is making the memcpy after your change. Why is the memcpy needed here? Is this because stores to the byval argument are not counted as a write? We really need to pin down the semantics of byval and readonly/none. Getting a copy for this is a big bad change. What do you think? -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits