[llvm-commits] [patch] ARM NEON VREV patterns

Anton A. Korzh anton at korzh.ru
Sat Jul 25 01:10:57 PDT 2009


Changed to FileCheck method, thanks for advice.

В Птн, 24/07/2009 в 14:38 -0700, Bill Wendling пишет:
> On Fri, Jul 24, 2009 at 4:29 AM, Anton A. Korzh<anton at korzh.ru> wrote:
> > Index: test/CodeGen/ARM/vrev.ll
> > ===================================================================
> > --- test/CodeGen/ARM/vrev.ll    (revision 0)
> > +++ test/CodeGen/ARM/vrev.ll    (revision 0)
> > @@ -0,0 +1,175 @@
> > +; RUN: llvm-as < %s | llc -march=arm -mattr=+neon >%t
> > +; RUN: grep {vrev64\\.8} %t | count 2
> > +; RUN: grep {vrev64\\.16} %t | count 2
> > +; RUN: grep {vrev64\\.32} %t | count 2
> > +; RUN: grep {vrev32\\.8} %t | count 2
> > +; RUN: grep {vrev32\\.16} %t | count 2
> > +; RUN: grep {vrev16\\.8} %t | count 2
> > +
> Could you use the new FileCheck method for checking these?
> 
> (Caveat: I haven't reviewed the rest of the patch)
> 
> -bw
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vrev.patch
Type: text/x-patch
Size: 13130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090725/bf080c75/attachment.bin>


More information about the llvm-commits mailing list