This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Line insn notes in modulo-sched


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-sched to rely on loop notes, or is this
just an oversight?

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]