mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
ir_passes: Integrate DS barriers in block (#2020)
This commit is contained in:
parent
67c531298a
commit
dcc662ff1a
3 changed files with 52 additions and 26 deletions
|
@ -308,7 +308,6 @@ private:
|
|||
const RuntimeInfo& runtime_info;
|
||||
const Profile& profile;
|
||||
bool opcode_missing = false;
|
||||
bool emit_ds_read_barrier = false;
|
||||
};
|
||||
|
||||
void Translate(IR::Block* block, u32 block_base, std::span<const GcnInst> inst_list, Info& info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue