https://bugs.llvm.org/show_bug.cgi?id=30374

John Brawn <john.br...@arm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.br...@arm.com
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from John Brawn <john.br...@arm.com> ---
With current trunk, assembling

        .text
        casp x0, x1, x10, x11, [x4]
        casp x1, x0, x10, x11, [x4]     
        casp x0, x1, x11, x10, [x4]

I get

tmp.s:3:14: error: expected first even register of a consecutive same-size
even/odd register pair
        casp x1, x0, x10, x11, [x4]     
             ^
tmp.s:4:22: error: expected first even register of a consecutive same-size
even/odd register pair
        casp x0, x1, x11, x10, [x4]
                     ^
so it looks like we're correctly giving an error here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to