Re: Question about filling multi delay slots

2009-12-01 Thread Amker.Cheng
On Tue, Dec 1, 2009 at 5:31 AM, Jeff Law wrote: > On 11/25/09 07:34, Amker.Cheng wrote: > > First, it's worth noting very few targets support multiple delay slots and > as a result that code isn't tested nearly as well as handling of single > delay slots. > > I'm pretty sure we assume that the fi

Re: Question about filling multi delay slots

2009-11-30 Thread Jeff Law
On 11/25/09 07:34, Amker.Cheng wrote: Hi All : It's possible to define multi delay slots for branch insns by using define_delay, and different slot should satisfy its own attribute test "delay-n". Here comes question, in function "fill_simple_delay_slots", seems it only uses slots_filled

Question about filling multi delay slots

2009-11-25 Thread Amker.Cheng
Hi All : It's possible to define multi delay slots for branch insns by using define_delay, and different slot should satisfy its own attribute test "delay-n". Here comes question, in function "fill_simple_delay_slots", seems it only uses slots_filled to record how many slots needs to fill, a