[all-commits] [llvm/llvm-project] 6a10bc: [RISCV] Add i8/i16 fptosi/fptoui and fptosi_sat/fp...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Jan 8 14:01:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a10bc705681a5dc56e57afc82fc06575df50cef
      https://github.com/llvm/llvm-project/commit/6a10bc705681a5dc56e57afc82fc06575df50cef
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
    M llvm/test/CodeGen/RISCV/double-convert.ll
    M llvm/test/CodeGen/RISCV/float-convert.ll
    M llvm/test/CodeGen/RISCV/half-convert.ll

  Log Message:
  -----------
  [RISCV] Add i8/i16 fptosi/fptoui and fptosi_sat/fptoui_sat tests. NFC

Use signext/zeroext return attributes to show unnecessary ands or
shifts in the saturating tests.




More information about the All-commits mailing list