search for: non_var_arg

Displaying 1 result from an estimated 1 matches for "non_var_arg".

2017 Oct 14
2
Bug in replaceUsesOfWith: does not keep addrspace consistent in GEP
...quot;llvm/IR/Instructions.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/IR/Type.h" #include "llvm/IR/Verifier.h" #include "llvm/Support/FileSystem.h" using namespace llvm; using namespace std; static const bool NON_VAR_ARG = false; static AssertingVH<Function> getOrCreateFunction(Module &m, FunctionType *FTy, std::string name) { Function *F = m.getFunction(name); if (F) return F; return Function::Create(FTy, GlobalValue::ExternalLinkage, name, &...