Kenneth Zadeck - Re: [dataflow]: PATCH COMMITTED to make arm-elf work. (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]

Ian Lance Taylor wrote:

David Edelsohn dje@watson.ibm.com writes:

The dataflow branch now requires that all ports explicitly define

a blockage pseudo-insn.

Is this better than adding a new rtx_code BLOCKAGE? Do different backends need different blockage insns?

Ian

how does one truely define "need"? All of the back ends seem to "have" different unspecs to implement it, but as far as do they "need" to have different implementations is another question.

However, adding a specific rtx for blockage brings in many of the same issues as having a specific rtx for non initializing initialization, you have to plumb this thru the back end.

kenny


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