llvm
llvm copied to clipboard
[DeviceSanitizer] Don't instrument referenced-indirectly functions
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.
@intel/llvm-gatekeepers please merge, thank you.