[PATCH] D128180: [DebugInfo][InstrRef][NFC] Let LDV handle joins for lists of debug ops

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 12:51:40 PDT 2022


aeubanks added inline comments.


================
Comment at: llvm/unittests/CodeGen/InstrRefLDVTest.cpp:1972
+  DbgOpID ConstOneID = addConstDbgOp(MachineOperand::CreateImm(1));
+  DbgOpID Locs4[] = {LiveInRaxID, ConstOneID};
+  VLiveOuts[1] = DbgValue(Locs0, TwoOpProps);
----------------
again, an unused variable, please figure out how to get this warning firing locally


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128180/new/

https://reviews.llvm.org/D128180



More information about the llvm-commits mailing list