diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-07-25 22:25:25 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-07-25 22:25:25 +0000 |
| commit | 32b165f56173583a4e41ad5bee5582a40f4a3241 (patch) | |
| tree | b7799e508b7d500b563bedbb36bde03394f36a95 /llvm/test/MC/Disassembler/ARM | |
| parent | 6e06b577cc96160cfcf4c9e145108938ba388727 (diff) | |
| download | bcm5719-llvm-32b165f56173583a4e41ad5bee5582a40f4a3241.tar.gz bcm5719-llvm-32b165f56173583a4e41ad5bee5582a40f4a3241.zip | |
[ARM] Saturation instructions are DSP-only
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
Diffstat (limited to 'llvm/test/MC/Disassembler/ARM')
| -rw-r--r-- | llvm/test/MC/Disassembler/ARM/unpredictable-SSAT-arm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/ARM/unpredictable-SSAT-arm.txt b/llvm/test/MC/Disassembler/ARM/unpredictable-SSAT-arm.txt index 832aa3ffa30..6ff5f54b82b 100644 --- a/llvm/test/MC/Disassembler/ARM/unpredictable-SSAT-arm.txt +++ b/llvm/test/MC/Disassembler/ARM/unpredictable-SSAT-arm.txt @@ -1,4 +1,4 @@ -# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 2>&1 | FileCheck %s +# RUN: llvm-mc --disassemble %s -triple=armv7-apple-darwin9 2>&1 | FileCheck %s # Opcode=322 Name=SSAT Format=ARM_FORMAT_SATFRM(13) # 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 |

