[llvm-commits] [llvm] r61915 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/copy-aggregate.ll
Bill Wendling
isanbard at gmail.com
Thu Jan 8 00:58:52 PST 2009
On Jan 7, 2009, at 11:59 PM, Chris Lattner wrote:
> On Jan 7, 2009, at 11:34 PM, Bill Wendling wrote:
>
>> Hi Chris,
>>
>> This test is failing with this check in. It might need to be updated:
>>
>> Running /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvmCore/test/
>> FrontendC++/dg.exp ...
>> FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvmCore/test/
>> FrontendC++/2008-02-13-sret.cpp
>> Failed with exit(1) at line 1
>> while running: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/
>> llvmgcc42.roots/llvmgcc42~dst/Developer/usr/bin/llvm-gcc-4.2 -
>> fstrict-
>> aliasing -Wstrict-aliasing -I/usr/include/c++/4.0.0/i686-apple-
>> darwin9
>> -I/usr/include/c++/4.0.0 -emit-llvm -w -S -O1 -m32 -emit-llvm /
>> Volumes/
>> Sandbox/Buildbot/llvm/full-llvm/build/llvmCore/test/FrontendC++/
>> 2008-02-13-sret.cpp -o - | /usr/bin/grep {store i32} | count 1
>> count: expected 1 lines and got 0.
>> child process exited abnormally
>
> Nice, scalarrepl is doing a better job, compiling _Z8check242v to:
>
Groove! :-)
-bw
More information about the llvm-commits
mailing list