LLVM: lib/Target/AMDGPU/AMDGPURemoveIncompatibleFunctions.cpp File Reference (original) (raw)

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.

Namespaces
namespace llvm
This is an optimization pass for GlobalISel generic memory operations.
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"