Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
1091–1093 | 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. | |
1100–1102 | Can you rename this class to VOPC_I1_F32_I32 for consistency. | |
1107–1108 | 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.