On Tue, Jun 15, 2021 at 5:17 PM Roger Sayle wrote:
>
>
> This patch tackles PR46235 to improve the code generated for bit tests
> on x86_64 by making more use of the bt instruction. Currently, GCC emits
> bt instructions when followed by condition jumps (thanks to Uros'
> splitters).
> This patch
This patch tackles PR46235 to improve the code generated for bit tests
on x86_64 by making more use of the bt instruction. Currently, GCC emits
bt instructions when followed by condition jumps (thanks to Uros'
splitters).
This patch adds splitters in i386.md, to catch the cases where bt is
follow