This is needed for later SDWA support in CodeGen.
Details
Diff Detail
- Build Status
Buildable 1856 Build 1856: arc lint + arc unit
Event Timeline
lib/Target/AMDGPU/VOPInstructions.td | ||
---|---|---|
286 | Matt, you're right but this is common place for all other Pseudo->Real transitions. When I did refactoring I supposed to introduce another common ancestor class based on InstSI that would copy all the bits. At the other hand these real instructions are not used any other way than encoding/decoding/asm and the majority of codegen flags aren't apply there. I suggest to leave this as is and do a separate change that would create the common real class with all bits copied. |
lib/Target/AMDGPU/VOPInstructions.td | ||
---|---|---|
286 | Yes, this can be done later. We do use the direct encoded forms in a handful of places though in codegen |