[llvm-dev] backend bind two machine instructions together

Xiangyang Guo via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 30 08:01:00 PST 2015


Hi, All,

I lower "BR_CC" into two instructions: one is "CMP", the other is "Br".
However, when I check the assembly (.s file), I find these two instructions
are separated.  I mean, some other instructions such as "MOVE"
instructions, are inserted between "CMP" and "Br". Is there a way that I
can always make these "CMP" and "Br" instructions bind together? Thanks.

Regards,

Xiangyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151130/8df09e2e/attachment.html>


More information about the llvm-dev mailing list