[all-commits] [llvm/llvm-project] c0515f: [X86][SSE] Rename pmulh tests to show they're from...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Mar 25 05:15:14 PDT 2021


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

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

  Log Message:
  -----------
  [X86][SSE] Rename pmulh tests to show they're from sign/zero-extends

I'm intending to add additional coverage based off computeKnownBits/ComputeNumSignBits as suggested by PR45897


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

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

  Log Message:
  -----------
  [X86][SSE] Add pmulh tests where the source ops are not generated from sign/zero-extends


Compare: https://github.com/llvm/llvm-project/compare/99211352c1ac...5ab3bc0683c0


More information about the All-commits mailing list