sstipanovic wrote: > You're probably better off doing this in a selection pattern. The 24-bit cases are better off with the multiply, and SALU vs. VALU matters too Switched to selection pattern instead. https://github.com/llvm/llvm-project/pull/71035