[PATCH] D77685: MachineFunction: Copy call site info when duplicating insts
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 23:57:46 PDT 2020
djtodoro added a comment.
> (Alternatively, we could copy call site info higher up the stack, e.g.
> into TargetInstrInfo::duplicate, or even into individual backend passes.
> However, I don't see how that would be safer or more general than the
> current approach.)
I agree with this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77685/new/
https://reviews.llvm.org/D77685
More information about the llvm-commits
mailing list