Displaying 3 results from an estimated 3 matches for "134a88ce".
2018 Jan 20
0
Non-Temporal hints from Loop Vectorizer
On 20/01/2018 17:44, hameeza ahmed via llvm-dev wrote:
> Hello,
>
> My work deals with non-temporal loads and stores i found non-temporal
> meta data in llvm documentation but its not shown in IR.
>
> How to get non-temporal meta data?
llvm\test\CodeGen\X86\nontemporal-loads.ll shows how to create nt vector
loads in IR - is that what you're after?
Simon.
2018 Jan 20
2
Non-Temporal hints from Loop Vectorizer
Hello,
My work deals with non-temporal loads and stores i found non-temporal meta
data in llvm documentation but its not shown in IR.
How to get non-temporal meta data?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180120/7dd4ba6f/attachment.html>
2018 Jan 20
2
Non-Temporal hints from Loop Vectorizer
...gt;
> llvm\test\CodeGen\X86\nontemporal-loads.ll shows how to create nt vector
> loads in IR - is that what you're after?
>
> Simon.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180120/134a88ce/attachment.html>