public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104921] New: aarch64: Assembler failure with vbfmlalbq_lane_f32 intrinsic
@ 2022-03-14 17:58 acoplan at gcc dot gnu.org
  2022-12-09 22:44 ` [Bug target/104921] " pinskia at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: acoplan at gcc dot gnu.org @ 2022-03-14 17:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104921

            Bug ID: 104921
           Summary: aarch64: Assembler failure with vbfmlalbq_lane_f32
                    intrinsic
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: acoplan at gcc dot gnu.org
  Target Milestone: ---

The following fails:

$ cat t.c
#include <arm_neon.h>
float32x4_t
foo(float32x4_t x, bfloat16x8_t a, bfloat16x4_t b)
{
    asm("" ::: "v0", "v1", "v2", "v3", "v4", "v5");
    return vbfmlalbq_lane_f32 (x, a, b, 0);
}
$ ./aarch64-linux-gnu-gcc -c t.c -O2 -march=armv8.2-a+bf16
/tmp/ccwCbu7Y.s: Assembler messages:
/tmp/ccwCbu7Y.s:15: Error: register number out of range 0 to 15 at operand 3 --
`bfmlalb v0.4s,v7.8h,v16.h[0]'

it looks like the problem exists since the intrinsic was added in GCC 10.

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

end of thread, other threads:[~2023-02-20 17:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 17:58 [Bug target/104921] New: aarch64: Assembler failure with vbfmlalbq_lane_f32 intrinsic acoplan at gcc dot gnu.org
2022-12-09 22:44 ` [Bug target/104921] " pinskia at gcc dot gnu.org
2022-12-09 22:49 ` pinskia at gcc dot gnu.org
2022-12-09 22:54 ` pinskia at gcc dot gnu.org
2023-01-05 11:05 ` acoplan at gcc dot gnu.org
2023-01-05 11:05 ` acoplan at gcc dot gnu.org
2023-02-06 14:33 ` cvs-commit at gcc dot gnu.org
2023-02-20  9:21 ` cvs-commit at gcc dot gnu.org
2023-02-20 14:30 ` cvs-commit at gcc dot gnu.org
2023-02-20 17:44 ` cvs-commit at gcc dot gnu.org
2023-02-20 17:45 ` acoplan at gcc dot gnu.org

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).