[llvm-commits] [llvm-testresults] Grawp-PIC i386 nightly tester results
Chris Lattner
clattner at apple.com
Sat Jan 26 11:03:28 PST 2008
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
More information about the llvm-commits
mailing list