Is there any another way to give attributes to inline assembly insns?
2010/10/26 Ian Lance Taylor <i...@google.com>: > roy rosen <roy.1ro...@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 >