https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110249
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- We could pattern-match this to p = __builtin_assume_aligned (p, 8); which is btw the better way to write this.
rguenth at gcc dot gnu.org via Gcc-bugs Wed, 14 Jun 2023 05:16:29 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110249
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- We could pattern-match this to p = __builtin_assume_aligned (p, 8); which is btw the better way to write this.