Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCUDA / Inputs / amdgpu-asanrtl.ll
blob9c4f30d37d6263d5715a4a00baa2411098e1ab97
1 ; Sample code for amdgpu address sanitizer runtime.
3 ; Note the runtime functions need to have weak linkage and default
4 ; visibility, otherwise they may be internalized and removed by GlobalOptPass.
6 define weak void @__amdgpu_device_library_preserve_asan_functions() {
7   tail call void @__asan_report_load1(i64 0)
8   ret void
11 define weak void @__asan_report_load1(i64 %0) {
12   ret void