Re: Make function_code a 32-bit field

2019-08-05 Thread Richard Biener
On Mon, Aug 5, 2019 at 10:56 AM Richard Sandiford wrote: > > Adding SVE intrinsics on top of the existing AArch64 intrinsics blows > the 12-bit function_code in tree_function_decl. That bitfield has no > spare bits, but it comes at the end of the structure and is preceded > by a pointer, so on LP

Make function_code a 32-bit field

2019-08-05 Thread Richard Sandiford
Adding SVE intrinsics on top of the existing AArch64 intrinsics blows the 12-bit function_code in tree_function_decl. That bitfield has no spare bits, but it comes at the end of the structure and is preceded by a pointer, so on LP64 hosts there's currently a 32-bit hole at end. This patch therefo