Simply legacy attribute implement
This commit is contained in:
parent
49f9a44235
commit
f2a4204245
3 changed files with 125 additions and 152 deletions
|
@ -113,6 +113,9 @@ public:
|
|||
[[nodiscard]] Id BitOffset8(const IR::Value& offset);
|
||||
[[nodiscard]] Id BitOffset16(const IR::Value& offset);
|
||||
|
||||
Id InputLegacyAttribute(IR::Attribute attribute);
|
||||
Id OutputLegacyAttribute(IR::Attribute attribute);
|
||||
|
||||
Id Const(u32 value) {
|
||||
return Constant(U32[1], value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue