This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/68620] ICE on gcc.target/arm/attr-neon-fp16.c


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

--- Comment #5 from Christophe Lyon <clyon at gcc dot gnu.org> ---
(In reply to ktkachov from comment #3)
> Does that mean we need to define a movv4hf pattern?

Isn't *neon_mov<mode> providing this (with the VDX iterator)

I think what's not matching here is (set (subreg:SI (reg:V4HF) XXX) (subreg:SI
(reg:V4HF) XXX)) because we cannot generate (subreg:SI (reg:V4HF) XXX)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]