diff options
| author | Simon Dardis <simon.dardis@imgtec.com> | 2017-06-29 20:59:47 +0000 |
|---|---|---|
| committer | Simon Dardis <simon.dardis@imgtec.com> | 2017-06-29 20:59:47 +0000 |
| commit | dede76f4281bedc438357ec889a16eaa0d2bd76f (patch) | |
| tree | 40d7401db34660e5b2fbe2bc432007c71c656140 /llvm/test/CodeGen/Mips/dsp-patterns.ll | |
| parent | ea7611b02c7da12017a16cfcd36289cc481261ce (diff) | |
| download | bcm5719-llvm-dede76f4281bedc438357ec889a16eaa0d2bd76f.tar.gz bcm5719-llvm-dede76f4281bedc438357ec889a16eaa0d2bd76f.zip | |
Revert "[mips] Fix multiprecision arithmetic."
This reverts commit r305389. This broke chromium builds, so reverting
while I investigate further.
llvm-svn: 306741
Diffstat (limited to 'llvm/test/CodeGen/Mips/dsp-patterns.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/dsp-patterns.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/dsp-patterns.ll b/llvm/test/CodeGen/Mips/dsp-patterns.ll index 250d3eff37d..837c0d8bfc5 100644 --- a/llvm/test/CodeGen/Mips/dsp-patterns.ll +++ b/llvm/test/CodeGen/Mips/dsp-patterns.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=mips -mcpu=mips32r2 -mattr=dsp < %s | FileCheck %s -check-prefix=R1 -; RUN: llc -march=mips -mcpu=mips32r2 -mattr=dspr2 < %s | FileCheck %s -check-prefix=R2 +; RUN: llc -march=mips -mattr=dsp < %s | FileCheck %s -check-prefix=R1 +; RUN: llc -march=mips -mattr=dspr2 < %s | FileCheck %s -check-prefix=R2 ; R1-LABEL: test_lbux: ; R1: lbux ${{[0-9]+}} |

