[PATCH] Loop Vectorizer: Handle pointer stores/loads in getWidestType()

Arnold Schwaighofer aschwaighofer at apple.com
Mon Feb 4 06:01:37 PST 2013


Hi Nadav,

thanks for reviewing.

Updated patch with fixed test:
  fixed the -mcpu flag to corei7-avx
  moved test to LoopVectorize/X86 sub directory

- Arnold


On Feb 3, 2013, at 10:56 PM, Nadav Rotem <nrotem at apple.com> wrote:
> The code LGTM, I have a comment about the test case:
> 
>>> +;RUN: opt -loop-vectorize -mcpu=core-i7-avx -debug -S < %s 2>&1 | FileCheck %s
> 
> The triple is incorrect. It should be "corei7-avx". Second, this test is target dependent and should be inside the X86 directory. 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Loop-Vectorizer-Handle-pointer-stores-loads-in-getWi.patch
Type: application/octet-stream
Size: 9608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130204/14b89ad1/attachment.obj>


More information about the llvm-commits mailing list