[PATCH] D103958: [WIP] Support MustControl conditional control attribute

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 9 12:58:11 PDT 2021


efriedma added a comment.

In D103958#2808861 <https://reviews.llvm.org/D103958#2808861>, @efriedma wrote:

>> without resorting to inline assembly (which often results in poor codegen).
>
> Could you give an example of the resulting assembly with mustcontrol vs. this patch?

Err, I mean, the resulting assembly using the inline asm version, vs. an equivalent construct using mustcontrol.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103958/new/

https://reviews.llvm.org/D103958



More information about the cfe-commits mailing list