[all-commits] [llvm/llvm-project] 626ece: [RISCV] Add more test case for absolute value. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Mar 1 12:03:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 626ecef1fc57932d9fa97f45c8b1cbc0d83f8ebc
      https://github.com/llvm/llvm-project/commit/626ecef1fc57932d9fa97f45c8b1cbc0d83f8ebc
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    A llvm/test/CodeGen/RISCV/iabs.ll

  Log Message:
  -----------
  [RISCV] Add more test case for absolute value. NFC

This adds tests for i8 through i128 with intrinsic and select forms.

Covering rv32 and rv64 with the base ISA, Zbb, and Zbt. Some
Zbb tests already covered part of this, but not all.

FIXMEs have been added for some obviously suboptimal codegen.




More information about the All-commits mailing list