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

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #2 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
I think adjusting for scheduling won't help much: rather than making the
compiler aware of increased latency, you'd need that either the register
allocator avoids using a recently written hard register for popcnt (I'm not
aware of such capability), or as a stopgap measure the compiler can issue a
dependency-breaking instruction (xor %reg %reg) just before popcnt.

Reply via email to