[v3,0/1] LoongArch: Fix eh_return epilogue for normal returns

Message ID 20231207014011.1512-1-yangyujie@loongson.cn
Headers
Series LoongArch: Fix eh_return epilogue for normal returns |

Message

Yang Yujie Dec. 7, 2023, 1:40 a.m. UTC
  Updates:
v1 -> v2: Add a test case.
v2 -> v3: Fix code format.

Yang Yujie (1):
  LoongArch: Fix eh_return epilogue for normal returns

 gcc/config/loongarch/loongarch-protos.h       |  2 +-
 gcc/config/loongarch/loongarch.cc             | 41 ++++++++++++-------
 gcc/config/loongarch/loongarch.md             | 18 +++++++-
 .../loongarch/eh_return-normal-return.c       | 32 +++++++++++++++
 4 files changed, 76 insertions(+), 17 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/loongarch/eh_return-normal-return.c