[all-commits] [llvm/llvm-project] 2bde3d: [X86] Add test cases for pr51908. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Sep 19 13:26:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bde3dcd32b3ce2c8855d13659c6708f4434a985
      https://github.com/llvm/llvm-project/commit/2bde3dcd32b3ce2c8855d13659c6708f4434a985
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-09-19 (Sun, 19 Sep 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/avx2-intrinsics-x86.ll
    M llvm/test/CodeGen/X86/sse41-intrinsics-x86.ll

  Log Message:
  -----------
  [X86] Add test cases for pr51908. NFC


  Commit: 391fa371fdfbc5ea4d4a924aebb27cb77d483da4
      https://github.com/llvm/llvm-project/commit/391fa371fdfbc5ea4d4a924aebb27cb77d483da4
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-09-19 (Sun, 19 Sep 2021)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/test/CodeGen/X86/avx2-intrinsics-x86.ll
    M llvm/test/CodeGen/X86/sse41-intrinsics-x86.ll

  Log Message:
  -----------
  [X86] Remove Commutable flag from mpsadbw intrinsics.

Unlike psadbw, mpsadbw is not commutable because of how it operates
on blocks. We already marked as not commutable for MachineIR, but
had it commutable for the tablegened isel patterns.

Fixes PR51908.


Compare: https://github.com/llvm/llvm-project/compare/a51fb58c557c...391fa371fdfb


More information about the All-commits mailing list