[all-commits] [llvm/llvm-project] 57203a: [RISCV] Set target-abi explicitly to reduce codege...

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Tue May 31 22:50:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57203af167285fb9ea857bac00060709efd627da
      https://github.com/llvm/llvm-project/commit/57203af167285fb9ea857bac00060709efd627da
  Author: wangpc <pc.wang at linux.alibaba.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M llvm/test/CodeGen/RISCV/codemodel-lowering.ll
    M llvm/test/CodeGen/RISCV/rv64f-float-convert-strict.ll
    M llvm/test/CodeGen/RISCV/rv64f-float-convert.ll

  Log Message:
  -----------
  [RISCV] Set target-abi explicitly to reduce codegen results

As mentioned in D125947, we can reduce codegen results by
adding an explicit hard single-float ABI.

Reviewed By: luismarques

Differential Revision: https://reviews.llvm.org/D126640




More information about the All-commits mailing list