public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [SVE] PR91272
@ 2019-10-18  1:48 Prathamesh Kulkarni
  2019-10-18  9:07 ` Richard Sandiford
  0 siblings, 1 reply; 9+ messages in thread
From: Prathamesh Kulkarni @ 2019-10-18  1:48 UTC (permalink / raw)
  To: gcc Patches, Richard Sandiford

[-- Attachment #1: Type: text/plain, Size: 790 bytes --]

Hi,
The attached patch tries to fix PR91272.
Does it look OK ?

With patch, I see following failures for aarch64-sve.exp:
FAIL: gcc.target/aarch64/sve/clastb_1.c -march=armv8.2-a+sve
scan-assembler \\tclastb\\tw[0-9]+, p[0-7], w[0-9]+, z[0-9]+\\.s
FAIL: gcc.target/aarch64/sve/clastb_2.c -march=armv8.2-a+sve
scan-assembler \\tclastb\\tw[0-9]+, p[0-7]+, w[0-9]+, z[0-9]+\\.s
FAIL: gcc.target/aarch64/sve/clastb_3.c -march=armv8.2-a+sve
scan-assembler \\tclastb\\tw[0-9]+, p[0-7]+, w[0-9]+, z[0-9]+\\.b
FAIL: gcc.target/aarch64/sve/clastb_5.c -march=armv8.2-a+sve
scan-assembler \\tclastb\\tx[0-9]+, p[0-7], x[0-9]+, z[0-9]+\\.d

For instance, in clastb_1.c, it now emits:
        clastb  s1, p1, s1, z0.s
while using a fully predicated loop.
Should I adjust the tests ?

Thanks,
Prathamesh

[-- Attachment #2: pr91272-1.diff --]
[-- Type: application/x-patch, Size: 8671 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-10-28 14:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18  1:48 [SVE] PR91272 Prathamesh Kulkarni
2019-10-18  9:07 ` Richard Sandiford
2019-10-21 20:16   ` Prathamesh Kulkarni
2019-10-22  7:51     ` Richard Sandiford
2019-10-24  5:44       ` Prathamesh Kulkarni
2019-10-25  9:12         ` Richard Sandiford
2019-10-25 19:58           ` Prathamesh Kulkarni
2019-10-27 13:41             ` Richard Sandiford
2019-10-28 15:02               ` Prathamesh Kulkarni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).