diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-03-17 17:52:21 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-03-17 17:52:21 +0000 |
| commit | 8f3004cff2d89196259ef5d60873f673aa121354 (patch) | |
| tree | 41cb4a98c82d9186eaedd87fde500a5a24847e56 /llvm/test/CodeGen/Thumb2/thumb2-strb.ll | |
| parent | 6981c258f70884df8c980caf6a0fd7d7fa940225 (diff) | |
| download | bcm5719-llvm-8f3004cff2d89196259ef5d60873f673aa121354.tar.gz bcm5719-llvm-8f3004cff2d89196259ef5d60873f673aa121354.zip | |
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
instructions to help disassembly.
We also changed the output of the addressing modes to omit the '+' from the
assembler syntax #+/-<imm> or +/-<Rm>. See, for example, A8.6.57/58/60.
And modified test cases to not expect '+' in +reg or #+num. For example,
; CHECK: ldr.w r9, [r7, #28]
llvm-svn: 98745
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-strb.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-strb.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-strb.ll b/llvm/test/CodeGen/Thumb2/thumb2-strb.ll index 1ebb938b1a8..7978e7fa918 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-strb.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-strb.ll @@ -9,7 +9,7 @@ define i8 @f1(i8 %a, i8* %v) { define i8 @f2(i8 %a, i8* %v) { ; CHECK: f2: -; CHECK: strb.w r0, [r1, #+4092] +; CHECK: strb.w r0, [r1, #4092] %tmp2 = getelementptr i8* %v, i32 4092 store i8 %a, i8* %tmp2 ret i8 %a |

