[llvm-commits] [llvm] r60973 - in /llvm/trunk: lib/Transforms/Scalar/GVN.cpp test/Transforms/GVN/2007-07-26-InterlockingLoops.ll test/Transforms/GVN/2007-07-26-PhiErasure.ll test/Transforms/GVN/2007-07-31-NoDomInherit.ll test/Transforms/GVN/nonlocal.ll test/Transforms/GVN/rle-must-alias.ll test/Transforms/GVN/semidominated.ll

Bill Wendling isanbard at gmail.com
Sat Dec 13 12:41:47 PST 2008


On Dec 13, 2008, at 10:48 AM, Chris Lattner wrote:

> On Dec 13, 2008, at 1:29 AM, Bill Wendling wrote:
>
>> On Dec 12, 2008, at 11:22 PM, Chris Lattner wrote:
>>
>>> Author: lattner
>>> Date: Sat Dec 13 01:22:47 2008
>>> New Revision: 60973
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=60973&view=rev
>>> Log:
>>> make RLE preserve the name of the load that it replaces.  This is
>>> just
>>> a pretification of the IR.
>>>
>> Chris,
>>
>> This patch is inexplicably causing a failure for self-hosted LLVM in
>> release mode. See here for the failure:
>>
>> http://bwendling.apple.com:8020/builders/full-llvm-OSX/builds/180/steps/shell/logs/stdio
>
> Is this reproducible or a one-time burp?  I can't imagine this causing
> any sort of problem like this.
>
I was able to reproduce it on my machine, but it seems involved  
because it's complaining about .o files in a .a file missing  
something. I could get you a .bc of the .o files and let you try to  
grok what's going on from there. Maybe this llvm::APFloat::IEEEsingle  
symbol is just being misnamed?

-bw




More information about the llvm-commits mailing list