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

Owen Anderson resistor at mac.com
Tue Oct 18 11:23:04 PDT 2011


Author: resistor
Date: Tue Oct 18 13:23:03 2011
New Revision: 142388

URL: http://llvm.org/viewvc/llvm-project?rev=142388&view=rev
Log:
Another failing encoding.

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=142388&r1=142387&r2=142388&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/neont2-mul-encoding.s (original)
+++ llvm/trunk/test/MC/ARM/neont2-mul-encoding.s Tue Oct 18 13:23:03 2011
@@ -70,6 +70,9 @@
 
 	vqdmull.s16	q8, d16, d17
 	vqdmull.s32	q8, d16, d17
+@ 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]
+





More information about the llvm-commits mailing list