[LLVMbugs] [Bug 13802] llvm-mc expects a comma in VLD instructions where GCC does not
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 19 19:23:47 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=13802
Saleem Abdulrasool <compnerd at compnerd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Saleem Abdulrasool <compnerd at compnerd.org> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140620/7716925d/attachment.html>
More information about the llvm-bugs
mailing list