[PATCH] D83561: [ScheduleDAG] Move DBG_VALUEs after first term forward.
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 11:34:59 PDT 2020
jmorse added a comment.
Should be a matter of
MI.getOperand(0).setReg(0)
Operand zero is the variable location; zero / $noreg is used to indicate that there is no location for the variable. If it's not
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83561/new/
https://reviews.llvm.org/D83561
More information about the llvm-commits
mailing list