|
LLVM 22.0.0git
|
This pass replaces all uses of functions that use GPU features incompatible with the current GPU with null then deletes the function. More...
#include "AMDGPURemoveIncompatibleFunctions.h"#include "AMDGPU.h"#include "GCNSubtarget.h"#include "llvm/Analysis/OptimizationRemarkEmitter.h"#include "llvm/IR/Function.h"#include "llvm/IR/Module.h"#include "llvm/Pass.h"#include "llvm/Target/TargetMachine.h"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" |
Variables | |
| const SubtargetFeatureKV | llvm::AMDGPUFeatureKV [AMDGPU::NumSubtargetFeatures - 1] |
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.
| #define DEBUG_TYPE "amdgpu-remove-incompatible-functions" |
Definition at line 24 of file AMDGPURemoveIncompatibleFunctions.cpp.