[PATCH] Add support for nested blocks in Microsoft inline assembly

David Majnemer david.majnemer at gmail.com
Sat Jul 5 13:58:06 PDT 2014


Awesome!

Does this also glue together consecutive __asm statements that aren't in a
block?

Like:
__asm mov 1, eax
__asm add eax, ecx

That should turn into a single inline assembly IR instruction.

http://reviews.llvm.org/D4399






More information about the cfe-commits mailing list