Currently Armv7-M targets will generate a SMMLS instruction which is only available for Armv7E-M which does have DSP extensions in contrary to Armv7-M.
This patch fixes that and adds a test.
Differential D41855
[ARM] Fix erroneous availability of SMMLS for Armv7-M avieira on Jan 9 2018, 2:27 AM. Authored by
Details Currently Armv7-M targets will generate a SMMLS instruction which is only available for Armv7E-M which does have DSP extensions in contrary to Armv7-M. This patch fixes that and adds a test.
Diff Detail Event Timeline
|
This duplicates line 6, and why remove the v6 triple? And what about a test that ensures v7E-M works?