[all-commits] [llvm/llvm-project] acfab4: [RISCV] Add add/sub saturation tests that exist on...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Feb 16 11:20:18 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: acfab44eebbeccb41f9fd3c2c363ff61f02dbf76
      https://github.com/llvm/llvm-project/commit/acfab44eebbeccb41f9fd3c2c363ff61f02dbf76
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-02-16 (Tue, 16 Feb 2021)

  Changed paths:
    A llvm/test/CodeGen/RISCV/sadd_sat.ll
    A llvm/test/CodeGen/RISCV/sadd_sat_plus.ll
    A llvm/test/CodeGen/RISCV/ssub_sat.ll
    A llvm/test/CodeGen/RISCV/ssub_sat_plus.ll
    A llvm/test/CodeGen/RISCV/uadd_sat.ll
    A llvm/test/CodeGen/RISCV/uadd_sat_plus.ll
    A llvm/test/CodeGen/RISCV/usub_sat.ll
    A llvm/test/CodeGen/RISCV/usub_sat_plus.ll

  Log Message:
  -----------
  [RISCV] Add add/sub saturation tests that exist on ARM/AArch64/X86

There have been some recent changes to the type legalization for
some of these intrinsics so I thought it would be good to have
coverage.




More information about the All-commits mailing list