search for: _fails_

Displaying 4 results from an estimated 4 matches for "_fails_".

2008 Feb 20
0
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...live interval interfered with, since the superregister live interval now contains information from the eliminated live interval and thus it interferes with whatever the eliminated live interval interfered with (and thuis so should the subregister live interval, correct?). In my case, this test _fails_, which I found to be unexpected. 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 coalesced to the subregister's superregister? I...
2008 Feb 20
3
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
I have a question about what is going on at line 754 of SimpleRegisterCoalescing.cpp. The comment says we are updating the live intervals for subregisters. This happens when we coalesce to a physical register. Now, I read that as, "merge in the range information from the eliminated live interval to the subregister live interval," but that appears to not be what happens. In my case,
2008 Feb 21
2
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...the > superregister live interval now contains information from the > eliminated live > interval and thus it interferes with whatever the eliminated live > interval > interfered with (and thuis so should the subregister live interval, > correct?). > In my case, this test _fails_, which I found to be unexpected. > > 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 > coalesced &g...
2010 Mar 05
11
Markdown development
Not only is [Markdown] dead, it's starting to smell really bad. (Apologies to Pike.) It's author appears to have little interest in developing the tool and participating in the community which uses it. I'd like to see the community cooperate toward a specification which addresses the shortcomings and ambiguities of Markdown (even if it need be released under a new name).