search for: block_solv

Displaying 2 results from an estimated 2 matches for "block_solv".

Did you mean: block_poll
2008 Feb 21
0
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...li_- Yep. > >getVNInfoAllocator()); > > Can you take a look at MergeInClobberRanges() to see what is going on? > Otherwise, please file a bug with a test case. Yes. I think I know what's going on. This happens in SPEC 2006 bwaves on the block_solver.f source file. This is of course using our frontend and optimizer, so it may not be reproducable for anyone else. I'll see if I can generate a .ll testcase. The llvm tools probably won't fail because they don't contain the assert that I have in my code. Here are the steps of wh...
2008 Feb 21
2
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
On Feb 20, 2008, at 7:36 PM, David A. Greene wrote: > On Wednesday 20 February 2008 07:00:28 pm Evan Cheng wrote: > >>> In other words, after coalescing, should it be the case that >>> subregister >>> intervals contain at least all of the range information that was >>> contained >>> in any eliminated intervals when those eliminated intervals were