[PATCH] D48411: [RISCV] Add support for _interrupt attribute

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 11:11:47 PDT 2018


apazos updated this revision to Diff 155437.
apazos edited the summary of this revision.
apazos added a comment.

Added back code to save FP registers.


https://reviews.llvm.org/D48411

Files:
  lib/Target/RISCV/RISCVCallingConv.td
  lib/Target/RISCV/RISCVFrameLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  lib/Target/RISCV/RISCVInstrInfo.cpp
  lib/Target/RISCV/RISCVInstrInfo.td
  lib/Target/RISCV/RISCVRegisterInfo.cpp
  test/CodeGen/RISCV/interrupt-attr-args-error.ll
  test/CodeGen/RISCV/interrupt-attr-invalid.ll
  test/CodeGen/RISCV/interrupt-attr-nocall.ll
  test/CodeGen/RISCV/interrupt-attr-ret-error.ll
  test/CodeGen/RISCV/interrupt-attr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48411.155437.patch
Type: text/x-patch
Size: 59811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/82281b10/attachment-0001.bin>


More information about the llvm-commits mailing list