mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
shader: SSA and dominance
This commit is contained in:
parent
e6892e9da6
commit
1b576ed4cb
24 changed files with 569 additions and 76 deletions
|
@ -48,6 +48,9 @@ public:
|
|||
[[nodiscard]] u32 U32() const;
|
||||
[[nodiscard]] u64 U64() const;
|
||||
|
||||
[[nodiscard]] bool operator==(const Value& other) const;
|
||||
[[nodiscard]] bool operator!=(const Value& other) const;
|
||||
|
||||
private:
|
||||
void ValidateAccess(IR::Type expected) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue