== Progress == * Disable-peeling: analyzed regression on one bench. * Libsanitizer/aarch64: - porting will require more effort than aarch32. - some syscalls are not supported by aarch64 - libsanitizer expects frame to grow downwards (true on aarch32, false on aarch64) * PGO/LTO bug reported by Doko: updating board environment to reproduce it * Internal support
== Next == * Disable-peeling: see how to disable too aggressive vectorization * Revert-coalesce-vars: discuss how to handle it with the team * Neon intrinsics: continue improving crc with vuzp * Neon intrinsics tests: handle feedback if any * PGO/LTO bug: reproduce it