LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/DXILUpgrade.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "dxil-upgrade" |
Functions | |
static bool | handleValVerMetadata (Module &M) |
#define DEBUG_TYPE "dxil-upgrade" |
Definition at line 17 of file DXILUpgrade.cpp.
Definition at line 19 of file DXILUpgrade.cpp.
References llvm::dbgs(), llvm::NamedMDNode::dropAllReferences(), llvm::NamedMDNode::eraseFromParent(), llvm::NamedMDNode::getOperand(), LLVM_DEBUG, N, X, and Y.
Referenced by llvm::DXILUpgradePass::run().