ARM_FEATURE_DSP is already set for targets with the +dsp feature. In the backend, this target feature is also used to represent the availability of the of the instructions that the ACLE guard through the ARM_FEATURE_SIMD32 macro. So it would seem that we don't have any cores that implement one and not the other, so set this macro for cores later than V6 and that the target parser, or user, reports that the 'dsp' instructions are supported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM