Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 29299 Build 29298: arc lint + arc unit
Event Timeline
llvm/test/CodeGen/AMDGPU/mul.ll | ||
---|---|---|
143 | Don't you need to check for s_mul_lo as well here? |
llvm/test/CodeGen/AMDGPU/mul.ll | ||
---|---|---|
143 | 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 | There is no _lo, it's the same. More checks are better though |
Don't you need to check for s_mul_lo as well here?