[all-commits] [llvm/llvm-project] 36072c: [RISCV] Move some test cases from rv64i-single-sof...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Nov 4 19:52:23 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 36072cc0a487fb5ad315d264064daa73d916469c
      https://github.com/llvm/llvm-project/commit/36072cc0a487fb5ad315d264064daa73d916469c
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-11-04 (Wed, 04 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rv64i-single-softfloat.ll

  Log Message:
  -----------
  [RISCV] Move some test cases from rv64i-single-softfloat.ll to a new rv64i-double-softfloat.ll. NFC

This new test covers both with and without the F extension enabled.

This shows that the fptosi/fptoui for double->i32 use a different
libcall depending on whether the F extension is enabled. If it's
not enabled we use the 'si' library call. If it is enabled we use 'di'.




More information about the All-commits mailing list