From c692cb77aaa8b16bcc7fe0c70d47adce94c43911 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 21 Aug 2009 20:54:19 +0000 Subject: Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, now using shuffles instead of intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79673 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMISelLowering.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/Target/ARM/ARMISelLowering.h') diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h index b2260e2d83..cb88be5513 100644 --- a/lib/Target/ARM/ARMISelLowering.h +++ b/lib/Target/ARM/ARMISelLowering.h @@ -132,9 +132,8 @@ namespace llvm { VREV64, // reverse elements within 64-bit doublewords VREV32, // reverse elements within 32-bit words VREV16, // reverse elements within 16-bit halfwords - - VZIP, // zip - VUZP, // unzip + VZIP, // zip (interleave) + VUZP, // unzip (deinterleave) VTRN // transpose }; } -- cgit v1.2.3