[PATCH] D128177: [DebugInfo][InstrRef][NFC] Represent DbgValues with multiple ops in LDV
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 11:09:05 PDT 2022
aeubanks added inline comments.
================
Comment at: llvm/unittests/CodeGen/InstrRefLDVTest.cpp:1811
+ DbgOpID RspPHIInBlk2ID = addValueDbgOp(RspPHIInBlk2);
+ DbgOpID RspPHIInBlk3ID = addValueDbgOp(RspPHIInBlk3);
----------------
this patch seems to have added a lot of unused variables that some bots are complaining about, e.g. https://buildkite.com/llvm-project/upstream-bazel/builds/37703#0182c6bb-7631-491a-8b71-3ed8ae1ef7d6
could you take a look?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128177/new/
https://reviews.llvm.org/D128177
More information about the llvm-commits
mailing list