On 3/14/06, Ayal Zaks <[EMAIL PROTECTED]> wrote:
> The line notes are not used to find insn locations -- we carry them along
> because we had to. If we no longer need to worry about keeping each line
> note adjacent to its insn during scheduling, that would simplify things.
> Please advise.
You sh
Steven Bosscher <[EMAIL PROTECTED]> wrote on 14/03/2006 01:32:09:
> Hi Ayal,
>
> The SMS implementation in GCC, in modulo-sched.c, uses line notes
> to find insn locations, see find_line_note. Why are you using
> line notes instead of insn locators? Line notes are on the list
> of Things That Sh
> Hi Ayal,
>
> The SMS implementation in GCC, in modulo-sched.c, uses line notes
> to find insn locations, see find_line_note. Why are you using
> line notes instead of insn locators? Line notes are on the list
> of Things That Should Not Be, and insn locators replace them. Is
> there a reason
Hi Ayal,
The SMS implementation in GCC, in modulo-sched.c, uses line notes
to find insn locations, see find_line_note. Why are you using
line notes instead of insn locators? Line notes are on the list
of Things That Should Not Be, and insn locators replace them. Is
there a reason for modulo-sch