Details
Details
- Reviewers
rampitec
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
1491 | Does SReg_64 use mean we could potentially produce illegal scalar result from vector input? |
lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
1491 | No, this will be replaced later anyway. The tests already check VGPR and SGPR sources, with regular functions all of the arguments are VGPRs. |
Does SReg_64 use mean we could potentially produce illegal scalar result from vector input?
Can we have at least one test where source will depend on a tid?