On Thursday 25 February 2010 21:27:21 David A. Greene wrote:> Thanks. I don't have the source right in front of me. I'll take a look > when I can.Here's a fixed patch. It shows the same iterator errors I'm seeing with 2.5. Run make-check with a Debug+Checks compiler. I will file a bug once I have a proper internet connection. :-/ -Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: sdxdebug.patch Type: text/x-patch Size: 7858 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100225/6d9e89ad/attachment.bin>
On Thursday 25 February 2010 22:38:03 David A. Greene wrote:> On Thursday 25 February 2010 21:27:21 David A. Greene wrote: > > Thanks. I don't have the source right in front of me. I'll take a look > > when I can. > > Here's a fixed patch. It shows the same iterator errors I'm seeing > with 2.5. Run make-check with a Debug+Checks compiler. I > will file a bug once I have a proper internet connection. :-/Hmm, not the same exact error we're seeing. This one is in BlackfinISelDAGToDAG.cpp. Ours is in SelectionDAG::ReplaceAllUsesOf. But this is still a problem, I believe. The Blackfin people should look at it. I will keep investigating. -Dave
On Friday 26 February 2010 09:46:41 David Greene wrote:> On Thursday 25 February 2010 22:38:03 David A. Greene wrote: > > On Thursday 25 February 2010 21:27:21 David A. Greene wrote: > > > Thanks. I don't have the source right in front of me. I'll take a > > > look when I can. > > > > Here's a fixed patch. It shows the same iterator errors I'm seeing > > with 2.5. Run make-check with a Debug+Checks compiler. I > > will file a bug once I have a proper internet connection. :-/ > > Hmm, not the same exact error we're seeing. This one is in > BlackfinISelDAGToDAG.cpp. Ours is in SelectionDAG::ReplaceAllUsesOf.I filed PR6434 for the Blackfin issue. Note that there is no Blackfin codegen component in Bugzilla. We probably want one. -Dave
Apparently Analagous Threads
- [LLVMdev] Massive Number of Test Failures
- [LLVMdev] Massive Number of Test Failures
- [PATCH 1/1] sched: provide common cpu_relax_yield definition
- [PATCH 1/1] sched: provide common cpu_relax_yield definition
- [GIT PULL v2 0/5] cpu_relax: drop lowlatency, introduce yield