summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/dsp-r1.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-06-14 09:29:46 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-06-14 09:29:46 +0000
commit435a653437aab6663dbb741e2bb7e8f227d5c6cc (patch)
tree442e3561cdbb2bc6f34eab306450c6912d492da2 /llvm/test/CodeGen/Mips/dsp-r1.ll
parentd2a49ec3ab46594f7d3f5845a3ada0daa0d4f00b (diff)
downloadbcm5719-llvm-435a653437aab6663dbb741e2bb7e8f227d5c6cc.tar.gz
bcm5719-llvm-435a653437aab6663dbb741e2bb7e8f227d5c6cc.zip
[mips][dsp] Fix use without def on DSPCtrl registers read by rddsp intrinsic.
Reviewers: sdardis Subscribers: dsanders, sdardis, llvm-commits Differential Revision: http://reviews.llvm.org/D21063 llvm-svn: 272647
Diffstat (limited to 'llvm/test/CodeGen/Mips/dsp-r1.ll')
-rw-r--r--llvm/test/CodeGen/Mips/dsp-r1.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/dsp-r1.ll b/llvm/test/CodeGen/Mips/dsp-r1.ll
index fbd97039964..edd6258270a 100644
--- a/llvm/test/CodeGen/Mips/dsp-r1.ll
+++ b/llvm/test/CodeGen/Mips/dsp-r1.ll
@@ -1,4 +1,5 @@
-; RUN: llc -march=mipsel -mcpu=mips32 -mattr=+dsp < %s | FileCheck %s
+; RUN: llc -march=mipsel -mcpu=mips32 -mattr=+dsp -verify-machineinstrs < %s | \
+; RUN: FileCheck %s
define i32 @test__builtin_mips_extr_w1(i32 %i0, i32, i64 %a0) nounwind {
entry:
OpenPOWER on IntegriCloud