mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
jit: Add aarch64 JIT backend for pre-codegen transforms
This commit is contained in:
parent
52c8b1ecbb
commit
a976ac3353
7 changed files with 459 additions and 7 deletions
|
|
@ -2605,7 +2605,7 @@ public:
|
|||
|
||||
for (auto& f : *m_module)
|
||||
{
|
||||
replace_intrinsics(f);
|
||||
run_transforms(f);
|
||||
}
|
||||
|
||||
for (const auto& func : m_functions)
|
||||
|
|
@ -3089,7 +3089,7 @@ public:
|
|||
|
||||
for (auto& f : *_module)
|
||||
{
|
||||
replace_intrinsics(f);
|
||||
run_transforms(f);
|
||||
}
|
||||
|
||||
std::string log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue