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 ipa/81185] Target clones support generates awkward names


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

--- Comment #2 from Michael Meissner <meissner at gcc dot gnu.org> ---
Created attachment 41618
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41618&action=edit
Assembler code for target clones

This file is compiled from the source file.

The vadd clone for -mavx is named 'vadd.avx.0.default.5' when it should be
named 'vadd.avx.0'.

The vadd clone for -march=slm is named 'vadd.arch_slm.1.default.4' when it
should be named 'vadd.arch_slm.1'.

The vadd clone for -march=core-avx2 is named 'vadd.arch_core_avx2.2.default.3'
when it should be named 'vadd.arch_core_avx2.2'.

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