From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7FFAF389365C; Thu, 18 Jun 2020 13:11:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FFAF389365C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592485912; bh=JsFkVfV0zzJUOyjgHpdPLQeTSC3crBkAEMAwHN7kqLE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qd9n5ak3AJY5n2+wj+39xesmOifmX4zFyU1uUyGPytI8/6FlZ5lOcAzpZVDONr+t1 O2qlECR9zmkAWhcb3QO0HxF4A+EUo9LI244RVaSRz0YDEdVfqP54TG2+jD/q1UYIk8 jKXgwKh/PijfsFDFeafsQA1+ujb5C9cf5NypTKM0= From: "ams at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95730] GCN offloading ICEs after commit fe7ebef7fe4f9acb79658ed9db0749b07efc3105 "Add support for __builtin_bswap128" Date: Thu, 18 Jun 2020 13:11:52 +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: 11.0 X-Bugzilla-Keywords: openacc, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: ams at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ams 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 13:11:52 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95730 --- Comment #3 from Andrew Stubbs --- The GCN port does not define a scalar_mode_supported, and I think the defau= lt definition is allowing TImode (as long long int). As I said, the SLP fake-vector load/store use it fine as a substitute for V4SI or V2DI. Probably this is a bug we should fix. I've been planning to implement additional vector sizes, so I can fold this fix into that work and not regr= ess anything in SLP (hopefully).=