Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/CodeGen/AMDGPU/mul.ll | ||
---|---|---|
143 ↗ | (On Diff #191131) | Don't you need to check for s_mul_lo as well here? |
llvm/test/CodeGen/AMDGPU/mul.ll | ||
---|---|---|
143 ↗ | (On Diff #191131) | There is only 's_mul_i32' instead of s_mul_lo. `s_mul_i32' is already supported in the current code base. |
llvm/test/CodeGen/AMDGPU/mul.ll | ||
---|---|---|
143 ↗ | (On Diff #191131) | There is no _lo, it's the same. More checks are better though |