[all-commits] [llvm/llvm-project] 1c3d77: [X86][SSE] Add tests for missing BITOP(MOVMSK(X), M...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jun 14 09:13:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c3d7709dec22c61d9c3105e4838edce8e6ac014
      https://github.com/llvm/llvm-project/commit/1c3d7709dec22c61d9c3105e4838edce8e6ac014
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-14 (Sun, 14 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/combine-movmsk.ll

  Log Message:
  -----------
  [X86][SSE] Add tests for missing BITOP(MOVMSK(X),MOVMSK(Y)) -> MOVMSK(BITOP(X,Y)) fold

This would help reduce XMM->GPR traffic for some reduction cases.




More information about the All-commits mailing list