Re: [AArch64] Fix TBAA information when lowering NEON loads and stores to gimple

2021-11-09 Thread Richard Sandiford via Gcc-patches
"Andre Vieira (lists)" writes: > And second (also added a test): > > [AArch64] Fix TBAA information when lowering NEON loads and stores to gimple > > This patch fixes the wrong TBAA information when lowering NEON loads and > stores > to gimple that showed u

[AArch64] Fix TBAA information when lowering NEON loads and stores to gimple

2021-11-09 Thread Andre Vieira (lists) via Gcc-patches
And second (also added a test): [AArch64] Fix TBAA information when lowering NEON loads and stores to gimple This patch fixes the wrong TBAA information when lowering NEON loads and stores to gimple that showed up when bootstrapping with UBSAN. gcc/ChangeLog:     * config/aarch64