<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 30, 2016 at 1:04 PM, Michael Kuperstein via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So, just to make sure I understand, what is getting a specific TTI in llc triggered off? -mcpu?</blockquote></div><br>Right, TTI would be determined by the target specified in the IR or set explicitly with the -m flags. My understanding is that if the target is left unspecified in the IR and not set with the -m flags, llc will generate code for the default target listed in the output of "llc --version".</div><div class="gmail_extra"><br></div><div class="gmail_extra">-- Matt</div></div>