On Thu 2024-09-05 13:59:00, Maxim Kuvyrkov wrote:
Hi Filip,
FYI, your patch below causes linux kernel build failure on arm64. Could you take a look, please?
Hi Maxim,
I'm taking a look now. It seems that the __builtin_popcount I insert in the switch conversion pass doesn't expand to either bitmagic or an internal function call and ends up as a call to libgcc in the binary. Currently I'm trying to reproduce this and figure out why does it happen.
Thanks, Filip