mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Add proper transform pass management
This commit is contained in:
parent
09ea858dbf
commit
4da30e9eca
4 changed files with 32 additions and 4 deletions
|
|
@ -1474,6 +1474,7 @@ public:
|
|||
m_md_unlikely = llvm::MDTuple::get(m_context, {md_name, md_low, md_high});
|
||||
|
||||
// Initialize transform passes
|
||||
clear_transforms();
|
||||
#ifdef ARCH_ARM64
|
||||
{
|
||||
auto should_exclude_function = [](const std::string& fn_name)
|
||||
|
|
@ -1498,6 +1499,8 @@ public:
|
|||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
reset_transforms();
|
||||
}
|
||||
|
||||
void init_luts()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue