[llvm-commits] [llvm] r83902 - /llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp

Bob Wilson bob.wilson at apple.com
Mon Oct 12 15:01:58 PDT 2009


On Oct 12, 2009, at 2:54 PM, Dale Johannesen wrote:

>
> On Oct 12, 2009, at 2:23 PMPDT, Bob Wilson wrote:
>
>> Author: bwilson
>> Date: Mon Oct 12 16:23:15 2009
>> New Revision: 83902
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=83902&view=rev
>> Log:
>> Last week, ARMConstantIslandPass was failing to converge for the
>> MultiSource/Benchmarks/MiBench/automotive-susan test.  The failure  
>> has
>> since been masked by an unrelated change (just randomly), so I  
>> don't have
>> a testcase for this now.  Radar 7291928.
>
> Thanks for tracking this down and fixing it.  The last person to hit  
> it was not so brave; can we get rid of 78377 now?
>

You're welcome.  I'm a big fan of 78377 (the patch that causes the  
compiler to fail instead of running forever when the pass doesn't  
converge).  It should hopefully not matter but there's always a chance  
that new bugs will creep in....  If (or maybe I should say "when")  
that happens, it's very bad for the compiler to hang.



More information about the llvm-commits mailing list