[all-commits] [llvm/llvm-project] f7079b: [X86] Fix v8i8 -> v8i16 typo in bool reductions

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Jan 24 06:05:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7079bf9ee68aa46c6eef5836279902a2fd1fe50
      https://github.com/llvm/llvm-project/commit/f7079bf9ee68aa46c6eef5836279902a2fd1fe50
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-or-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll

  Log Message:
  -----------
  [X86] Fix v8i8 -> v8i16 typo in bool reductions

We were supposed to be testing <8 x i16> reductions


  Commit: 4436d4cd7c86ed544b1184db2eec691b38c9c77b
      https://github.com/llvm/llvm-project/commit/4436d4cd7c86ed544b1184db2eec691b38c9c77b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-or-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll

  Log Message:
  -----------
  [X86] Rename cmp-with-zero bool reductions

Explicitly name them icmp0_* - I'm intending to add PR53379 test coverage shortly


  Commit: 0553f5e61ac7e919c3eb573f57ed0e1096ccbbeb
      https://github.com/llvm/llvm-project/commit/0553f5e61ac7e919c3eb573f57ed0e1096ccbbeb
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-or-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll

  Log Message:
  -----------
  [X86] Add cmp-equality bool reductions

PR53379 test coverage


Compare: https://github.com/llvm/llvm-project/compare/25e8f5f827bf...0553f5e61ac7


More information about the All-commits mailing list