[Bug inline-asm/97708] Inline asm does not use the local register asm specified with register ... asm() as input
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 4 18:17:32 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97708
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |FIXED
--- Comment #23 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The user said that foo should be in xmm1 when used in an asm. That is
what local register asm does, nothing more, nothing less.
Reloading it is never allowed.
More information about the Gcc-bugs
mailing list