llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[DeviceSanitizer] Don't instrument referenced-indirectly functions

Open wenju-he opened this issue 1 year ago • 1 comments

When we create SLM __AsanLaunchInfo and store newly added kernel arg __asan_launch into the SLM, the SLM is loaded in asan report function. If instructions in referenced-indirectly function are instrumented, the report function is called. However, access to SLM in referenced- indirectly function isn't supported in intel-graphics-compiler yet.

wenju-he avatar Jun 26 '24 08:06 wenju-he

@intel/llvm-gatekeepers please merge, thank you.

wenju-he avatar Jul 01 '24 00:07 wenju-he