summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/usat-v4t.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Saturation instructions are DSP-onlyRenato Golin2016-07-251-0/+9
The saturation instructions appeared in v6T2, with DSP extensions, but they were being accepted / generated on any, with the new introduction of the saturation detection in the back-end. This commit restricts the usage to DSP-enable only cores. Fixes PR28607. llvm-svn: 276701
OpenPOWER on IntegriCloud