diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-06-28 00:19:13 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-06-28 00:19:13 +0000 |
commit | adf7366771ebc78b3eee3c86b95e255ff5726da7 (patch) | |
tree | 3f6019a3938b984fa68e73b9e71795486389dd45 /lib/CodeGen/SplitKit.cpp | |
parent | f46e7e3d7ff56d91572350c45ade83f4deea0139 (diff) |
ARM Thumb2 asm syntax optional destination operand for binary operators.
When the destination operand is the same as the first source register
operand for arithmetic instructions, the destination operand may be omitted.
For example, the following two instructions are equivalent:
and r1, #ff
and r1, r1, #ff
rdar://9672867
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.cpp')
0 files changed, 0 insertions, 0 deletions