[cfe-dev] [RFC] ASM Goto With Output Constraints

Bill Wendling via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 27 13:23:42 PDT 2019


On Thu, Jun 27, 2019 at 12:32 PM Craig Topper <craig.topper at gmail.com>
wrote:

> What about SelectionDAG representation? Currently we expand callbr to
> INLINEASM_BR and BR. Both of which are terminators. But in order to support
> outputs we would need to put CopyFromReg nodes between them.
>

Is there a reason why callbr needs to be lowered to INLINEASM_BR and not a
normal INLINEASM?

-bw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190627/6a040a9c/attachment.html>


More information about the cfe-dev mailing list