inline assembly vs. intrinsic functions
Ian Lance Taylor
iant@google.com
Tue Oct 26 16:12:00 GMT 2010
roy rosen <roy.1rosen@gmail.com> writes:
> If I want the compiler to understand the inline assembly is it
> possible to write define_insn which would match the pattern that GCC
> creates for the inline assembly and then GCC would be able to 'know'
> some attributes about this insn and would be able to parallelize it?
No, sorry. Inline asms are not looked up in the MD file.
Ian
More information about the Gcc
mailing list