LLVM 23.0.0git
AMDGPURemoveIncompatibleFunctions.cpp File Reference

This pass replaces all uses of functions that use GPU features incompatible with the current GPU with null then deletes the function. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "amdgpu-remove-incompatible-functions"

Detailed Description

This pass replaces all uses of functions that use GPU features incompatible with the current GPU with null then deletes the function.

Definition in file AMDGPURemoveIncompatibleFunctions.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-remove-incompatible-functions"

Definition at line 24 of file AMDGPURemoveIncompatibleFunctions.cpp.