diff options
| author | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2018-02-13 11:46:38 +0000 |
|---|---|---|
| committer | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2018-02-13 11:46:38 +0000 |
| commit | f00234c0bfe875ccdcbcb49115aefe8a8dff4bf6 (patch) | |
| tree | ab17de2620ba6df0e7f76457aec8ec4ddf47f5af /llvm/test/MC | |
| parent | e057325cdd1042140976a1eba1e9a79e42e5fdd0 (diff) | |
| download | bcm5719-llvm-f00234c0bfe875ccdcbcb49115aefe8a8dff4bf6.tar.gz bcm5719-llvm-f00234c0bfe875ccdcbcb49115aefe8a8dff4bf6.zip | |
[ARM] Don't print "Requires NEON" error message for M-profile
Differential Revision: https://reviews.llvm.org/D43125
llvm-svn: 325000
Diffstat (limited to 'llvm/test/MC')
| -rw-r--r-- | llvm/test/MC/ARM/vfp4.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/vfp4.s b/llvm/test/MC/ARM/vfp4.s index be36abe15d3..37d03bb53de 100644 --- a/llvm/test/MC/ARM/vfp4.s +++ b/llvm/test/MC/ARM/vfp4.s @@ -23,7 +23,7 @@ vfma.f32 d16, d18, d17 @ ARM: vfma.f32 q2, q4, q0 @ encoding: [0x50,0x4c,0x08,0xf2] @ THUMB: vfma.f32 q2, q4, q0 @ encoding: [0x08,0xef,0x50,0x4c] -@ THUMB_V7EM-ERRORS: error: instruction requires: NEON +@ THUMB_V7EM-ERRORS: error: invalid instruction @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 q2, q4, q0 vfma.f32 q2, q4, q0 @@ -57,7 +57,7 @@ vfms.f32 d16, d18, d17 @ ARM: vfms.f32 q2, q4, q0 @ encoding: [0x50,0x4c,0x28,0xf2] @ THUMB: vfms.f32 q2, q4, q0 @ encoding: [0x28,0xef,0x50,0x4c] -@ THUMB_V7EM-ERRORS: error: instruction requires: NEON +@ THUMB_V7EM-ERRORS: error: invalid instruction @ THUMB_V7EM-ERRORS-NEXT: vfms.f32 q2, q4, q0 vfms.f32 q2, q4, q0 |

