Re: Incorrect bitfield aliasing with Tree SSA

2007-06-18 Thread Adam Nemet
x movl$2, (%rax) movl $1, %eax ret Adam

Re: ICE building libgcc2.c for MIPS, too

2007-07-14 Thread Adam Nemet
splitter. I will try to get the patch tested overnight. Adam

Re: DFA Scheduler - unable to pipeline loads

2007-08-31 Thread Adam Nemet
erthing in one chunk and then store it later. See MIPS's movmemsi pattern and the function mips_block_move_straight. Adam

Re: DFA Scheduler - unable to pipeline loads

2007-09-04 Thread Adam Nemet
ree with you that you should not be required to provide this pattern but I don't think there is better way currently. We would need to subset the original alias set similarly to restrict but since memcpy switches the alias set of its operands to zero this approach would not work. Adam

<    1   2