https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95964
--- Comment #5 from rsandifo at gcc dot gnu.org
---
There are some lingering aarch64-simd-builtins.def entries
that use “, ALL”, so I think we should keep this open until
they've all been converted. The testcase was just an example,
rather than
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95964
Tamar Christina changed:
What|Removed |Added
CC||tnfchris at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95964
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed||2021-02-10
Ever confirm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95964
--- Comment #2 from rsandifo at gcc dot gnu.org
---
(In reply to Richard Biener from comment #1)
> You could use fnspec attributes to improve things but of course open-coding
> those as GIMPLE is preferable (last resort is to "fold" the calls to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95964
--- Comment #1 from Richard Biener ---
You could use fnspec attributes to improve things but of course open-coding
those as GIMPLE is preferable (last resort is to "fold" the calls to
GIMPLE sequences as powerpc does for select builtins).