Displaying 2 results from an estimated 2 matches for "213e6e2c".
2013 May 23
0
[LLVMdev] LLVM Loop Vectorizer puzzle
...or not - however, this is future music.
>
Isn't that part of the ivdep implementation? I thought there was support
for that already...
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130523/213e6e2c/attachment.html>
2013 May 23
2
[LLVMdev] LLVM Loop Vectorizer puzzle
On May 23, 2013, at 8:06 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
>>
>>
>>
>> Hi,
>>
>> Just from personal interest, is there a canonical way in IR+metadata
>> to express "This small constant trip-count loop is desired to be
>> converted into a sequence of vector operations directly"? Ie,