summaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-09-15 09:26:31 +0200
committerTobias Burnus <tobias@codesourcery.com>2020-09-15 09:26:31 +0200
commite524656359be67aba51393eafd763c420339a921 (patch)
treef32da1dd350a3e1f0f2531f47b12417478a5b67b /gcc/config/i386
parentfafbe5379f9bbd80d9957df84aae2d54915ce69e (diff)
parentf73772df64cfc4e00ab66f022d35cbd8e2890014 (diff)
downloadgcc-e524656359be67aba51393eafd763c420339a921.tar.gz
Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10
Merge up to f73772df64cfc4e00ab66f022d35cbd8e2890014 (2020-09-15)
Diffstat (limited to 'gcc/config/i386')
-rw-r--r--gcc/config/i386/sse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index b8c2ca7ec04..eb6a906c8b2 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -22985,7 +22985,7 @@
(match_operand:MASK_DWI 1 "nonimmediate_operand"))]
"TARGET_AVX512VP2INTERSECT"
{
- if (MEM_P (operands[1]) && MEM_P (operands[2]))
+ if (MEM_P (operands[0]) && MEM_P (operands[1]))
operands[1] = force_reg (<MODE>mode, operands[1]);
})