[PATCH] D59357: [RISCV] Add codegen support for ilp32f, ilp32d, lp64f, and lp64d ("hard float") ABIs

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 30 10:58:28 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357352: [RISCV] Add codegen support for ilp32f, ilp32d, lp64f, and lp64d ("hard float")… (authored by asb, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59357?vs=192978&id=192985#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59357/new/

https://reviews.llvm.org/D59357

Files:
  llvm/trunk/lib/Target/RISCV/RISCVCallingConv.td
  llvm/trunk/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/trunk/lib/Target/RISCV/RISCVRegisterInfo.cpp
  llvm/trunk/test/CodeGen/RISCV/callee-saved-fpr32s.ll
  llvm/trunk/test/CodeGen/RISCV/callee-saved-fpr64s.ll
  llvm/trunk/test/CodeGen/RISCV/callee-saved-gprs.ll
  llvm/trunk/test/CodeGen/RISCV/calling-conv-ilp32-ilp32f-common.ll
  llvm/trunk/test/CodeGen/RISCV/calling-conv-ilp32-ilp32f-ilp32d-common.ll
  llvm/trunk/test/CodeGen/RISCV/calling-conv-ilp32d.ll
  llvm/trunk/test/CodeGen/RISCV/calling-conv-ilp32f-ilp32d-common.ll
  llvm/trunk/test/CodeGen/RISCV/calling-conv-lp64-lp64f-common.ll
  llvm/trunk/test/CodeGen/RISCV/calling-conv-lp64-lp64f-lp64d-common.ll
  llvm/trunk/test/CodeGen/RISCV/target-abi-valid.ll
  llvm/trunk/test/CodeGen/RISCV/vararg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59357.192985.patch
Type: text/x-patch
Size: 50990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190330/80ea998d/attachment.bin>


More information about the llvm-commits mailing list