[all-commits] [llvm/llvm-project] f784be: [VE] Support SJLJ exception related instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Jan 5 03:24:14 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f784be0777f34a5b3bc3da6892ca242de7840fce
      https://github.com/llvm/llvm-project/commit/f784be0777f34a5b3bc3da6892ca242de7840fce
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2021-01-05 (Tue, 05 Jan 2021)

  Changed paths:
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    A llvm/lib/Target/VE/VEInstrBuilder.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/CodeGen/VE/Scalar/builtin_sjlj.ll
    A llvm/test/CodeGen/VE/Scalar/builtin_sjlj_bp.ll
    A llvm/test/CodeGen/VE/Scalar/builtin_sjlj_callsite.ll
    A llvm/test/CodeGen/VE/Scalar/builtin_sjlj_landingpad.ll
    R llvm/test/CodeGen/VE/Scalar/sjlj_except.ll

  Log Message:
  -----------
  [VE] Support SJLJ exception related instructions

Support EH_SJLJ_LONGJMP, EH_SJLJ_SETJMP, and EH_SJLJ_SETUP_DISPATCH
for SjLj exception handling.  NC++ uses SjLj exception handling, so
implement it first.  Add regression tests also.

Reviewed By: simoll

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




More information about the All-commits mailing list