[X86] Fix one of the PMADDWD tests to not have dead code.
authorCraig Topper <craig.topper@intel.com>
Wed, 13 May 2020 20:30:34 +0000 (13:30 -0700)
committerCraig Topper <craig.topper@intel.com>
Wed, 13 May 2020 21:05:07 +0000 (14:05 -0700)
commit25f6464b320274df9b7cabd5cf33152b56c0c9f6
treebbf62130369a2f4e0388d7161309b7e8206b1d12
parentf829ba60dadb71340318d525708e33b08ad61f8b
[X86] Fix one of the PMADDWD tests to not have dead code.

There are two reductions in this test. It looks like I intended
to combine them by packing one of them into the upper 32 bits of
the result. But the OR instruction was missing.
llvm/test/CodeGen/X86/madd.ll