[all-commits] [llvm/llvm-project] 805148: [X86][SSE] combineHorizOpWithShuffle - consistentl...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Mar 29 03:31:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 805148eaf27f61f214bc6193bf8ec7f076cbb40e
      https://github.com/llvm/llvm-project/commit/805148eaf27f61f214bc6193bf8ec7f076cbb40e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86][SSE] combineHorizOpWithShuffle - consistently use getTargetShuffleInputs to decode shuffles

Minor cleanup before I start trying to merge the unary/binary shuffle combining paths.


  Commit: 4e087989c6163e09cd4886e009e473d77a239660
      https://github.com/llvm/llvm-project/commit/4e087989c6163e09cd4886e009e473d77a239660
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

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

  Log Message:
  -----------
  [X86] Regenerate tests to add missing @PLT


  Commit: b5da813fe91ee1d7b965bf3aa72e56a13d02dd7d
      https://github.com/llvm/llvm-project/commit/b5da813fe91ee1d7b965bf3aa72e56a13d02dd7d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

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

  Log Message:
  -----------
  [X86][F16C] Add F16C -O0 test coverage

Ensure the duplicate conversions noticed in D48614 have gone


Compare: https://github.com/llvm/llvm-project/compare/19601a4c6c48...b5da813fe91e


More information about the All-commits mailing list