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

Saleem Abdulrasool <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Saleem Abdulrasool <[email protected]> ---
echo "vld2.32{d25[1], d26[1]}, [r0 :32], r1" | llvm-mc -triple thumbv7
<stdin>:1:31: error: alignment must be 64 or omitted
vld2.32{d25[1], d26[1]}, [r0 :32], r1
                              ^
echo "vld2.32{d25[1], d26[1]}, [r0 :64], r1" | llvm-mc -triple thumbv7

        .text
        vld2.32 {d25[1], d26[1]}, [r0:64], r1

Fixed in SVN r175164.

-- 
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