AMDGPU: Add LLVM IR Intrinsic implementation and a LIT test for v_lerp_u8
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Target/AMDGPU/SIInstructions.td | ||
|---|---|---|
| 2359–2366 ↗ | (On Diff #63567) | This pattern is redundant with the one for the instruction definition and should be removed |
| test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll | ||
| 1 ↗ | (On Diff #63567) | Remove -mcpu=SI |
| test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll | ||
|---|---|---|
| 6 ↗ | (On Diff #63580) | There still is no FUNC check prefix. You don't need separate SI and VI lines because they are identitcal |
| test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll | ||
|---|---|---|
| 1–2 ↗ | (On Diff #63589) | You should use either the default check prefix or GCN |
| test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll | ||
|---|---|---|
| 6 ↗ | (On Diff #63598) | This is still using FUNC |