mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
5df0772d37
This was a thinko. The intent was to flip the explicit bits that need toggling rather than all bits. This would result in incorrect behaviour (which now is tested). Thanks to Nico Weber for pointing this out! llvm-svn: 215846
9 lines
160 B
ArmAsm
9 lines
160 B
ArmAsm
@ RUN: llvm-mc -triple armv7-eabi -mattr hwdiv -filetype asm -o /dev/null %s
|
|
|
|
.syntax unified
|
|
.thumb
|
|
|
|
udiv r0, r1, r2
|
|
.arch_extension idiv
|
|
udiv r0, r1, r2
|