[Bug target/82735] _mm256_zeroupper does not invalidate previously computed registers
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 27 08:13:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82735
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Indeed as far as I understand an unspec volatile isn't sth clobbering
registers (not even memory?!). The insn is missing inputs/outputs
(we might be able to model that lowparts are preserved).
More information about the Gcc-bugs
mailing list