Re: [PATCH v2] aarch64: Fix SVE ACLE builtins with LTO [PR99216]

2021-03-26 Thread Richard Sandiford via Gcc-patches
Alex Coplan writes: > Hi all, > > Here is a v2 patch which provides a more obviously fake answer to > TARGET_BUILTIN_DECL: this can hopefully go in for GCC 11. For GCC 12, it > seems that we should consider removing the target hook. > > Original patch: >

Re: [PATCH v2] aarch64: Fix SVE ACLE builtins with LTO [PR99216]

2021-03-23 Thread Alex Coplan via Gcc-patches
On 09/03/2021 15:41, Alex Coplan via Gcc-patches wrote: > Hi all, > > Here is a v2 patch which provides a more obviously fake answer to > TARGET_BUILTIN_DECL: this can hopefully go in for GCC 11. For GCC 12, it > seems that we should consider removing the target hook. > > Original patch: >

[PATCH v2] aarch64: Fix SVE ACLE builtins with LTO [PR99216]

2021-03-09 Thread Alex Coplan via Gcc-patches
Hi all, Here is a v2 patch which provides a more obviously fake answer to TARGET_BUILTIN_DECL: this can hopefully go in for GCC 11. For GCC 12, it seems that we should consider removing the target hook. Original patch: https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566405.html --- As