[PATCH] D149454: Add a verifier check to make sure that DBG_VALUE and DBG_VALUE_LIST always refers to a DILocalVariable.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 08:54:33 PDT 2023


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineVerifier.cpp:1812
+
+  if (MI->isDebugValue() && MI->getNumOperands() == 4) {
+  }
----------------
dead code


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

https://reviews.llvm.org/D149454



More information about the llvm-commits mailing list