[tree-ssa] RFC: Never gimplify ASM_EXPRs

Richard Henderson rth@redhat.com
Thu Jun 5 21:05:00 GMT 2003


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~



More information about the Gcc mailing list