[PATCH] CodeGen: implement __emit and __yield intrinsics

Reid Kleckner rnk at google.com
Thu Apr 24 15:39:15 PDT 2014


Let's do __yield as-is, but IMO __emit should be a macro wrapping inline assembly in intrin.h.  It has to be a macro because you'd need to use an 'I' constraint, which we don't support with always_inline.

http://reviews.llvm.org/D3489






More information about the cfe-commits mailing list