Re: [PATCH v3] aarch64: Add SVE AES2 ACLE builtins
Alice Carlotti <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 02:35:52PM +0100, Alice Carlotti wrote: > On Wed, Aug 05, 2026 at 10:35:35AM +0000, Sivan Shani wrote: > > Add ACLE support for the SVE AES2 multi-vector AES indexed > > instructions and the 128-bit PMULL/PMLAL pair forms. > > > > This adds builtin shapes and expanders for svaese_lane, svaesd_lane, > > svaesemc_lane, svaesdimc_lane, svpmull_pair and svpmlal_pair, together > > with the corresponding RTL patterns and tests. Also add preprocessor > > feature macros for SVE AES2 and SSVE AES. > > Thanks, this looks good now - I can commit this for you later today. Artemiy pointed out to me that this was already committed - I clearly forgot to checkout the latest master before applying the patch locally. So nothing more to do here. Alice