brintos

brintos / llvm-project-archived public Read only

0
0
Text · 495 B · 5166ff0 Raw
17 lines · plain
1@ RUN: not llvm-mc -triple thumb-eabi -mattr=+thumb2 %s -o /dev/null 2>&1 \2@ RUN:	  | FileCheck %s3 4@ rdar://144797805 6ldrd r0, r0, [pc, #0]7ldrd r0, r0, [r1, #4]8ldrd r0, r0, [r1], #49ldrd r0, r0, [r1, #4]!10 11@ CHECK: error: destination operands can't be identical12@ CHECK: error: destination operands can't be identical13@ CHECK: error: destination operands can't be identical14@ CHECK: error: destination operands can't be identical15@ CHECK-NOT: error: destination operands can't be identical16 17