diff options
author | David Spickett <david.spickett@linaro.org> | 2020-11-06 10:20:20 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2020-11-06 15:13:07 +0000 |
commit | 90f0e87653785dbaf27f37901d5ee7aa43810b13 (patch) | |
tree | 423e9f4d9821a4de35a557ba39a00128ddecc516 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 1d53b55e18670df06802c4b5df187ef014e8fe7c (diff) | |
download | llvm-90f0e87653785dbaf27f37901d5ee7aa43810b13.zip llvm-90f0e87653785dbaf27f37901d5ee7aa43810b13.tar.gz llvm-90f0e87653785dbaf27f37901d5ee7aa43810b13.tar.bz2 |
[Arm][MC] Remove unused prefixes in .arch_extension fp tests
idiv: There is no difference between Armv7m and Thumbv7M
behaviour so the specific CHECKs are not needed.
The errors for Armv7-a and Thumbv7-a will always
include "ARM" or "THUMB" respectively so they need their
own CHECK prefix, making CHECK-V7 redundant.
mp: Behaviour is dependent on whether the triple is v6/v7/v7M
regardless of being Arm or Thumb. So we don't need the more
specific CHECK-ARMv7M etc.
simd: Errors are either v7 only, or v7 and v8 so CHECK-V8
is not needed.
fp: Same as simd
Reviewed By: ostannard
Differential Revision: https://reviews.llvm.org/D90918
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions