[Bug target/82897] Unnecessary zero-extension when loading mask register from memory
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 8 14:06:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82897
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Because builtins are treated like any other function calls, and if short/char
args are promoted for normal calls, they are promoted for builtins too.
More information about the Gcc-bugs
mailing list