[PATCH] D92578: [DebugInfo] Handle DBG_VALUES with multiple variable location operands in MIR
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 15:06:04 PST 2020
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Mechanically LGTM to me (one question inline).
================
Comment at: llvm/lib/CodeGen/MachineSink.cpp:1000
+ unsigned SalvagedRegs = 0;
+ for (const MachineOperand &MO : MI.operands()) {
+ if (!MO.isReg())
----------------
why is this no longer calling the helper?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92578/new/
https://reviews.llvm.org/D92578
More information about the llvm-commits
mailing list