[all-commits] [llvm/llvm-project] 23d6fc: [X86] Add i128 abds/abdu test coverage - based off...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Aug 5 05:53:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23d6fc37170a8c1bb285cfae16fadefc49c6cdb1
      https://github.com/llvm/llvm-project/commit/23d6fc37170a8c1bb285cfae16fadefc49c6cdb1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/abds.ll
    M llvm/test/CodeGen/X86/abdu.ll

  Log Message:
  -----------
  [X86] Add i128 abds/abdu test coverage - based off #100810


  Commit: 96602c3ad504a26d4fb8b5ca73e878a7206ab26c
      https://github.com/llvm/llvm-project/commit/96602c3ad504a26d4fb8b5ca73e878a7206ab26c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    A llvm/test/CodeGen/X86/abds-neg.ll
    A llvm/test/CodeGen/X86/abdu-neg.ll

  Log Message:
  -----------
  [X86] Add negated abds/abdu test coverage - based off #100810


  Commit: 04f65043bc8711996a4ade05c67ae2d087ae8be5
      https://github.com/llvm/llvm-project/commit/04f65043bc8711996a4ade05c67ae2d087ae8be5
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    A llvm/test/CodeGen/AArch64/abds-neg.ll
    A llvm/test/CodeGen/AArch64/abds.ll
    A llvm/test/CodeGen/AArch64/abdu-neg.ll
    A llvm/test/CodeGen/AArch64/abdu.ll
    A llvm/test/CodeGen/RISCV/abds-neg.ll
    A llvm/test/CodeGen/RISCV/abds.ll
    A llvm/test/CodeGen/RISCV/abdu-neg.ll
    A llvm/test/CodeGen/RISCV/abdu.ll

  Log Message:
  -----------
  [AArch64][RISCV] Add scalar abds/abdu test coverage - based off #100810

Extend test coverage for #92576 - copied from existing x86 tests


Compare: https://github.com/llvm/llvm-project/compare/da380b26e474...04f65043bc87

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list