[LLVMdev] #APP/#NOAPP

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon May 6 08:51:51 PDT 2013


> It's working fine just that it's ugly to see those APP/NOAPP markers.

Inline assembly is inline assembly. It has the semantics defined in
the IL documentation and should all be treated uniformly.

I guess I would be OK with unconditionally removing those comments (I
don't see a lot of value in them) or having different verbosity levels
for the asm output.

What we should never have is a "if (this asm was created by llvm itself)".

Cheers,
Rafael



More information about the llvm-dev mailing list