Re: [PATCH v2] i386 PIE: accept @GOTOFF in load/store multi base address

2023-11-09 Thread Uros Bizjak
On Wed, Nov 8, 2023 at 5:37 PM Alexandre Oliva wrote: > > Ping? > https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598872.html > > Looking at the code generated for sse2-{load,store}-multi.c with PIE, > I realized we could use UNSPEC_GOTOFF as a base address, and that this > would enable the te

[PATCH v2] i386 PIE: accept @GOTOFF in load/store multi base address

2023-11-08 Thread Alexandre Oliva
Ping? https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598872.html Looking at the code generated for sse2-{load,store}-multi.c with PIE, I realized we could use UNSPEC_GOTOFF as a base address, and that this would enable the test to use the vector insns expected by the tests even with PIC, so I