From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33E3C385DDD9; Wed, 17 Jul 2024 11:38:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33E3C385DDD9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1721216289; bh=UjrBVtKMO3cWPFXyeVuL8wsi7+8xCEmMe4hRL8HCTvo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KbNkIGXWwmA6CH6/bc3QhFbJWQcfhkHhEsXzHF5Gl6mNY996qAh12KyDXccS6hQJO l0oEhYZ3aHtAS+Q7OHghNbbh10X/EUQIxAIsuTT5jpdHbBrsE/J2ipvgWSUVJXJ0t7 QLl7hEUhszLkgw9dsX98gpA7PZl5fZ/Ur6rnC6Po= From: "tanksherman27 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/80881] Implement Windows native TLS Date: Wed, 17 Jul 2024 11:38:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 7.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tanksherman27 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D80881 --- Comment #24 from Julian Waters --- Thanks for the patch, I've been looking through it these past few days. Whi= le the simpler parts of it I can manage, I'm struggling terribly with understanding the RTL shifting code in legitimize_tls_address and the RTL templates in the machine definitions file (i386.md to be specific). Do you happen to know how to read the RTL code in the patch? I definitely need some help with figuring out how it works mechanically=