You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Media Engine: consolidate IsMeSensitiveHwPage to MemMapFunctions.cpp
Move the ME hardware page check function from three separate static copies
(ARM64 backend, x64 backend, IRPassSimplify) into a single implementation
in MemMapFunctions.cpp with declaration in MemMap.h.
All three consumers (NeedsGenericMeHwAccess in both JIT backends and
ApplyMeMemoryValidation in the IR pass) now use Memory::IsMeSensitiveHwPage().
0 commit comments