[all-commits] [llvm/llvm-project] 25f646: [X86] Fix one of the PMADDWD tests to not have dea...

topperc via All-commits all-commits at lists.llvm.org
Wed May 13 14:06:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 25f6464b320274df9b7cabd5cf33152b56c0c9f6
      https://github.com/llvm/llvm-project/commit/25f6464b320274df9b7cabd5cf33152b56c0c9f6
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/madd.ll

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list