Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
1128–1130 | Can you change this to something like: class VOPC_Profile<ValueType vt0, ValueType vt1 = vt0> : ... So that the VOP_I1_* class can inherit from this and don't need to duplicate the Asm32 string. | |
1137 | Can you rename this class to VOPC_I1_F32_I32 for consistency. | |
1144 | Same here, use VOPC prefix. |
Can you change this to something like:
class VOPC_Profile<ValueType vt0, ValueType vt1 = vt0> : ...
So that the VOP_I1_* class can inherit from this and don't need to duplicate the Asm32 string.