[llvm] [AMDGPU] Select v_lshl_add_u32 instead of v_mul_lo_u32 by constant (PR #71035)

Stefan Stipanovic via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 04:00:00 PDT 2023


sstefan1 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


More information about the llvm-commits mailing list