Displaying 3 results from an estimated 3 matches for "7523c735".
Did you mean:
752375
2016 Nov 30
0
Loop Vectorize: Testing cost model driven transformations
Thanks Matt!
So, just to make sure I understand, what is getting a specific TTI in llc
triggered off? -mcpu?
On Tue, Nov 29, 2016 at 2:49 PM, Matthew Simpson via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> On Tue, Nov 29, 2016 at 5:11 PM, Adam Nemet via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Do we need a new (loop-vectorizer-specific) command
2016 Nov 29
2
Loop Vectorize: Testing cost model driven transformations
On Tue, Nov 29, 2016 at 5:11 PM, Adam Nemet via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> 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?
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
2016 Nov 30
2
Loop Vectorize: Testing cost model driven transformations
...cified 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".
-- Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161130/7523c735/attachment.html>