[Bug tree-optimization/93616] Missed chance to use alias checks to vectorise invariant indirection
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 6 21:30:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93616
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msebor at gcc dot gnu.org
--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
For the cases when the overlap is exceedingly unlikely it would be helpful to
issue a warning suggesting to qualify the function arguments with the restrict
keyword. That would make it possible to avoid the runtime check.
More information about the Gcc-bugs
mailing list