summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorIgor Breger <igor.breger@intel.com>2015-11-03 07:30:17 +0000
committerIgor Breger <igor.breger@intel.com>2015-11-03 07:30:17 +0000
commit4ec5abffae8cd3957f69d247b92212ae92a43036 (patch)
tree6173fceff8673208e42c537989d6bc1cdbb6bc3c /llvm/lib/Target
parent5ea50fc80699914e9cf877893e6de9d562d00f25 (diff)
downloadbcm5719-llvm-4ec5abffae8cd3957f69d247b92212ae92a43036.tar.gz
bcm5719-llvm-4ec5abffae8cd3957f69d247b92212ae92a43036.zip
AVX512: add encoding tests for vmovq/d instructions.
llvm-svn: 251903
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86InstrAVX512.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrAVX512.td b/llvm/lib/Target/X86/X86InstrAVX512.td
index 64c6e8dd7e9..9c5f96f358d 100644
--- a/llvm/lib/Target/X86/X86InstrAVX512.td
+++ b/llvm/lib/Target/X86/X86InstrAVX512.td
@@ -3084,7 +3084,7 @@ def VMOVZPQILo2PQIZrr : AVX512XSI<0x7E, MRMSrcReg, (outs VR128X:$dst),
(v2i64 VR128X:$src))))],
IIC_SSE_MOVQ_RR>, EVEX, VEX_W;
-let AddedComplexity = 20 in
+let AddedComplexity = 20 , isCodeGenOnly = 1 in
def VMOVZPQILo2PQIZrm : AVX512XSI<0x7E, MRMSrcMem, (outs VR128X:$dst),
(ins i128mem:$src),
"vmovq\t{$src, $dst|$dst, $src}",
OpenPOWER on IntegriCloud