[PATCH] D77639: [DebugInfo][NFC] Early-exit when analysing for single-location variables

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 06:28:15 PDT 2020


dstenb added a comment.

Adding a nit. I'll try to take a closer look at the functionality later today.



================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1483
 
+  // If this range neither open ended nor a constant, then it is not a
+  // candidate for being validThroughout.
----------------
Nit: //neither *is*// ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77639





More information about the llvm-commits mailing list