summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-06-14 09:11:33 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-06-14 09:11:33 +0000
commitd2a49ec3ab46594f7d3f5845a3ada0daa0d4f00b (patch)
tree024d2865bb57eb21d0b1a7531676df2c796f180a /llvm/test
parent32b2d6b1602b4192476935eb0004c78f18d26a34 (diff)
downloadbcm5719-llvm-d2a49ec3ab46594f7d3f5845a3ada0daa0d4f00b.tar.gz
bcm5719-llvm-d2a49ec3ab46594f7d3f5845a3ada0daa0d4f00b.zip
[mips][msa] copyPhysReg() should not set RegState::Define on result of CTCMSA.
Summary: The machine verifier reports 'Explicit operand marked as def' when it is manually specified even though it agrees with the operand info. Reviewers: sdardis Subscribers: dsanders, sdardis, llvm-commits Differential Revision: http://reviews.llvm.org/D21065 llvm-svn: 272646
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Mips/msa/elm_cxcmsa.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/msa/elm_cxcmsa.ll b/llvm/test/CodeGen/Mips/msa/elm_cxcmsa.ll
index 8d6b0ee20ab..b96499c1523 100644
--- a/llvm/test/CodeGen/Mips/msa/elm_cxcmsa.ll
+++ b/llvm/test/CodeGen/Mips/msa/elm_cxcmsa.ll
@@ -1,8 +1,8 @@
; Test the MSA ctcmsa and cfcmsa intrinsics (which are encoded with the ELM
; instruction format).
-; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s
-; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
+; RUN: llc -march=mips -mattr=+msa,+fp64 -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -march=mipsel -mattr=+msa,+fp64 -verify-machineinstrs < %s | FileCheck %s
define i32 @msa_ir_cfcmsa_test() nounwind {
entry:
OpenPOWER on IntegriCloud