Displaying 2 results from an estimated 2 matches for "2de7334c".
2012 Oct 30
0
[LLVMdev] [PATCH][Review request] MachineBasicBlock::iterator bug fix
On Oct 30, 2012, at 11:57 AM, Akira Hatanaka <ahatanak at gmail.com> wrote:
> The attached patch fixes bugs related to MachineBasicBlock::iterator. I don't have any test cases that reproduce on an X86 machine the problems that this patch fixes (these bugs were found when make check was run on a mips board).
>
> Please review.
LGTM.
2012 Oct 30
2
[LLVMdev] [PATCH][Review request] MachineBasicBlock::iterator bug fix
The attached patch fixes bugs related to MachineBasicBlock::iterator. I
don't have any test cases that reproduce on an X86 machine the problems
that this patch fixes (these bugs were found when make check was run on a
mips board).
Please review.
The first part just ensures that iterator I is not instr_end() before it
invokes isInsideBundle().
The second part changes the signature of spillAll