[llvm] [CodeExtractor] Improve debug info for input values. (PR #136016)
Abid Qadeer via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 03:12:33 PDT 2025
================
@@ -1586,7 +1630,8 @@ Type *CodeExtractor::getSwitchType() {
void CodeExtractor::emitFunctionBody(
const ValueSet &inputs, const ValueSet &outputs,
const ValueSet &StructValues, Function *newFunction,
- StructType *StructArgTy, BasicBlock *header, const ValueSet &SinkingCands) {
+ StructType *StructArgTy, BasicBlock *header, const ValueSet &SinkingCands,
+ SmallVector<Value *> &NewValues) {
----------------
abidh wrote:
Done with the accompanying change in the header.
https://github.com/llvm/llvm-project/pull/136016
More information about the llvm-commits
mailing list