[llvm-commits] [llvm] r147011 - /llvm/trunk/test/MC/ARM/neont2-mul-encoding.s

Jim Grosbach grosbach at apple.com
Tue Dec 20 15:20:00 PST 2011


Author: grosbach
Date: Tue Dec 20 17:20:00 2011
New Revision: 147011

URL: http://llvm.org/viewvc/llvm-project?rev=147011&view=rev
Log:
Enable and fix a test.

Modified:
    llvm/trunk/test/MC/ARM/neont2-mul-encoding.s

Modified: llvm/trunk/test/MC/ARM/neont2-mul-encoding.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/neont2-mul-encoding.s?rev=147011&r1=147010&r2=147011&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/neont2-mul-encoding.s (original)
+++ llvm/trunk/test/MC/ARM/neont2-mul-encoding.s Tue Dec 20 17:20:00 2011
@@ -70,9 +70,9 @@
 
 	vqdmull.s16	q8, d16, d17
 	vqdmull.s32	q8, d16, d17
-@ vqdmull.s16	q1, d7, d1[1]
+        vqdmull.s16	q1, d7, d1[1]
 
 @ CHECK: vqdmull.s16	q8, d16, d17    @ encoding: [0xd0,0xef,0xa1,0x0d]
 @ CHECK: vqdmull.s32	q8, d16, d17    @ encoding: [0xe0,0xef,0xa1,0x0d]
-@ FIXME: vqdmull.s16	q1, d7, d1[1]    @ encoding: [0x97,0xef,0x49,0x3b]
+@ CHECK: vqdmull.s16	q1, d7, d1[1]   @ encoding: [0x97,0xef,0x49,0x2b]
 





More information about the llvm-commits mailing list