http://llvm.org/bugs/show_bug.cgi?id=13802

             Bug #: 13802
           Summary: llvm-mc expects a comma in VLD instructions where GCC
                    does not
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Chokes:
  echo "vld2.32{d25[1], d26[1]}, [r0 :32], r1" | llvm-mc -triple=thumbv7

Workaround (comma after r0):
  echo "vld2.32{d25[1], d26[1]}, [r0, :32], r1" | llvm-mc -triple=thumbv7

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to