[llvm-commits] [patch] ARM NEON VREV patterns
Bill Wendling
isanbard at gmail.com
Fri Jul 24 14:38:23 PDT 2009
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
More information about the llvm-commits
mailing list