You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A DXIL class represents a set of DXIL operations with the same function signature. Implement a TableGen representation of DXIL class in DXIL.td to encapsulate valid parameter types of DXIL ops.
Implement the functionality in TableGen backend, DXILEmitter, to generate necessary C++ data structures and/or tables for lowering passes to consume the attribute information.
The text was updated successfully, but these errors were encountered:
bharadwajy
changed the title
[DirectX] Represent instruction categories to encapsulate DXIL Op function signature
[DirectX] Represent instruction classes to encapsulate DXIL Op function signature
May 20, 2024
Using separate fields to represent DXIL Op arguments and result types and not using DXIL Op classes to encapsulate them as function signatures - see #95807.
A DXIL class represents a set of DXIL operations with the same function signature. Implement a TableGen representation of DXIL class in
DXIL.td
to encapsulate valid parameter types of DXIL ops.Implement the functionality in TableGen backend, DXILEmitter, to generate necessary C++ data structures and/or tables for lowering passes to consume the attribute information.
The text was updated successfully, but these errors were encountered: