search for: blackfiniseldagtodag

Displaying 3 results from an estimated 3 matches for "blackfiniseldagtodag".

2010 Feb 26
2
[LLVMdev] Massive Number of Test Failures
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
2010 Feb 26
0
[LLVMdev] Massive Number of Test Failures
...gt; 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
2010 Feb 26
1
[LLVMdev] Massive Number of Test Failures
...t; 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