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 rtl-optimization/78590] [7 Regression] FAIL: gcc.target/aarch64/advsimd-intrinsics/vget_lane.c in change_zero_ext in combine


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

--- Comment #1 from ktkachov at gcc dot gnu.org ---
In the call:
x = gen_lowpart_SUBREG (mode, x);

the x is:
(float_truncate:HF (reg:DF 79))

and mode is SImode.

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