Added support for "VOP3Only" attribute in VOP3bInst encoding.
Set VOP3Only=1 for V_DIV_SCALE_F64/32 insns.
Added support for multi-dest instructions in AMDGPUAs::cvt*().
Added lit test for "V_DIV_SCALE_F64|F32 vreg,vcc|sreg,vreg,vreg,vreg".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/MC/AMDGPU/vop3.s | ||
---|---|---|
273–275 | Should also include a test with another SGPR other than vcc |
Comment Actions
Added lit test for V_DIV_SCALE_F64 vreg,sreg,vreg,vreg,vreg.
Added lit test for V_DIV_SCALE_F32 vreg,vcc,vreg,vreg,vreg.
Added lit test for V_DIV_SCALE_F32 vreg,sreg,vreg,vreg,vreg.
test/MC/AMDGPU/vop3.s | ||
---|---|---|
285 | vcc is still the output operand here, although this test is also useful with another SGPR as first input |
test/MC/AMDGPU/vop3.s | ||
---|---|---|
285 | Opps... Will add valid test in minutes. |
Should also include a test with another SGPR other than vcc