Re: [PATCH] x86: Handle REG_EH_REGION note in DEF_INSN

2025-06-25 Thread Hongtao Liu
On Thu, Jun 26, 2025 at 1:56 PM H.J. Lu wrote: > > On Thu, Jun 26, 2025 at 1:24 PM Hongtao Liu wrote: > > > > On Thu, Jun 26, 2025 at 6:20 AM H.J. Lu wrote: > > > > > > For tcpsock_test.go in libgo tests, > > > > > > commit aba3b9d3a48a0703fd565f7c5f0caf604f59970b > > > Author: H.J. Lu > > > Da

Re: [PATCH] x86: Handle REG_EH_REGION note in DEF_INSN

2025-06-25 Thread H.J. Lu
On Thu, Jun 26, 2025 at 1:24 PM Hongtao Liu wrote: > > On Thu, Jun 26, 2025 at 6:20 AM H.J. Lu wrote: > > > > For tcpsock_test.go in libgo tests, > > > > commit aba3b9d3a48a0703fd565f7c5f0caf604f59970b > > Author: H.J. Lu > > Date: Fri May 9 07:17:07 2025 +0800 > > > > x86: Extend the remo

Re: [PATCH] x86: Handle REG_EH_REGION note in DEF_INSN

2025-06-25 Thread Hongtao Liu
On Thu, Jun 26, 2025 at 6:20 AM H.J. Lu wrote: > > For tcpsock_test.go in libgo tests, > > commit aba3b9d3a48a0703fd565f7c5f0caf604f59970b > Author: H.J. Lu > Date: Fri May 9 07:17:07 2025 +0800 > > x86: Extend the remove_redundant_vector pass > > added an instruction: > > (insn 501 101 102

[PATCH] x86: Handle REG_EH_REGION note in DEF_INSN

2025-06-25 Thread H.J. Lu
f375a81f315ba8b827f5014e16345ea441d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 25 Jun 2025 12:50:53 +0800 Subject: [PATCH] x86: Handle REG_EH_REGION note in DEF_INSN For tcpsock_test.go in libgo tests, commit aba3b9d3a48a0703fd565f7c5f0caf604f59970b Author: H.J. Lu Date: Fri