AZero13 wrote: ```x86asm add edi, edi setnz cl sbb eax, eax or al, cl ret``` Is how I'd lower specifically this one, but I don't know if I can get the compiler to do that. I'll look into it. https://github.com/llvm/llvm-project/pull/143445