<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 29, 2016 at 5:11 PM, Adam Nemet 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Do we need a new (loop-vectorizer-specific) command line option for this?  Don’t we get the default TTI if the target is unspecified in the test?</blockquote></div><br>I think you're right! It looks like I am getting the default TTI when the target is left unspecified. I was assuming it would default to whatever the host is, but this doesn't seem to be the case. I guess this is a non-issue after all, as long as we don't specify a triple in the target-independent tests. And it looks like Michael cleaned that all up in r283512.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks!</div><div class="gmail_extra"><br></div><div class="gmail_extra">-- Matt</div></div>