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]

Re: [tree-ssa] RFC: Never gimplify ASM_EXPRs


On Thu, Jun 05, 2003 at 04:57:47PM -0400, Diego Novillo wrote:
> Would this include MD builtins?

Indeed.  The *only* odd thing I can think of md builtins doing is
requiring certain parameters to be constants.  Thus, if the user
does the correct thing and supplies the constant, all you have to
do is not mess that up.

The "addressiness" of md builtin parameters should not be a problem
in the same way as asms, since they can represent the argument as a
reference parameter, at which point you'll just DTRT.


r~


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