[PATCH] D63411: [RISCV] Specify registers used in DWARF exception handling

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 07:20:25 PDT 2019


asb requested changes to this revision.
asb added a comment.
This revision now requires changes to proceed.

It looks like docs/ExceptionHandling.rst documents that for most targets, the same as the calling convention GPRs.

Ed, can you please update with a test? You should be able to copy test/Transforms/CallSiteSplitting/lpad.ll to something like test/CodeGen/RISCV/exception-pointer-register.ll then add riscv32 and riscv64 RUN lines and a comment that this test asserted prior to getExceptionPointerRegister and getExceptionSelectorRegister being implemented.


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

https://reviews.llvm.org/D63411





More information about the llvm-commits mailing list