<div dir="ltr">> <span style="font-family:arial,sans-serif;font-size:13px">You definitely can glue them together.</span><div>Do you mean instruction bundling? </div><div><br></div><div>I see that sometimes (I guess) some optimization does insert other instructions between movw+movt pair. Is there a flag to say "don't touch them"?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Apr 6, 2014 at 8:42 PM, Anton Korobeynikov <span dir="ltr"><<a href="mailto:anton@korobeynikov.info" target="_blank">anton@korobeynikov.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br>
<div class=""><br>
> What should be the right approach to implement this?<br>
</div>You definitely can glue them together. Alternatively, you can disable<br>
the generation of movt / movw instruction pairs at all. The latter<br>
probably looks the better solution give the target weirdness :)<br>
<div class=""><br>
> Is this something I can describe in target description for ARM?<br>
</div>If you mean .td files, then no. movt / movw pairs is inserted via<br>
"pseudo instruction expansion pass". Look into<br>
ARMExpandPseudoInsts.cpp<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
With best regards, Anton Korobeynikov<br>
Faculty of Mathematics and Mechanics, Saint Petersburg State University<br>
</font></span></blockquote></div><br></div>