rpcs3/rpcs3/Emu/CPU
RipleyTom 77cbdd82ab LLVM 22 fixups
From https://releases.llvm.org/22.1.0/docs/ReleaseNotes.html:
The alignment argument of the @llvm.masked.load, @llvm.masked.store, @llvm.masked.gather and @llvm.masked.scatter intrinsics has been removed. Instead, the align attribute should be placed on the pointer (or vector of pointers) argument.

They also changed(not in changelog for some reason):
vpdpbusd_128: [v4i32] -> [v4i32, v4i32, v4i32]
to
vpdpbusd_128: [v4i32] -> [v4i32, v16i8, v16i8]
2026-03-09 06:30:29 +02:00
..
Backends/AArch64 Qt: add log level settings 2026-03-06 15:06:25 +01:00
CPUDisAsm.h use concepts instead of std::enable_if 2025-02-26 11:04:02 +02:00
CPUThread.cpp SPU LLVM: Expand SPU Profiling to blocks 2026-02-28 10:58:25 +02:00
CPUThread.h Replace get_thread_class with static cast for performance reasons 2024-05-18 16:16:08 +02:00
CPUTranslator.cpp LLVM: enable FMA for ARM cpus unconditionally 2026-01-15 08:29:33 +02:00
CPUTranslator.h LLVM 22 fixups 2026-03-09 06:30:29 +02:00
Hypervisor.h Address review comments 2024-08-08 13:40:07 +03:00
sse2neon.h cpu: Format additions to sse2neon to match the rest of the file 2024-09-04 07:49:49 +03:00