diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-09-15 09:26:31 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-09-15 09:26:31 +0200 |
commit | e524656359be67aba51393eafd763c420339a921 (patch) | |
tree | f32da1dd350a3e1f0f2531f47b12417478a5b67b /gcc/config/i386 | |
parent | fafbe5379f9bbd80d9957df84aae2d54915ce69e (diff) | |
parent | f73772df64cfc4e00ab66f022d35cbd8e2890014 (diff) | |
download | gcc-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.md | 2 |
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]); }) |