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

            Bug ID: 19445
           Summary: clang generating mov r0, r1 for thumb ISA v4T, v5TE
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The generated instruction

mov r0, r1

isn't accepted by the GNU assembler for thumb architectures v4T and v5TE.

This looks like a bug according to 

MOV(3) on page 594 of ARM DDI 0100I

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