[PATCH] D11933: Extend debug ranges and provide multiple location support for debug variables

Vikram TV via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 00:59:29 PDT 2015


tvvikram added inline comments.

================
Comment at: lib/CodeGen/DebugValueFixup.cpp:1
@@ +1,2 @@
+//===-- DebugValueFixup.cpp - Fixup Debug Value MIs -----------------------===//
+//
----------------
aprantl wrote:
> Fixup is not a really descriptive name. Really it inserts additional DEBUG_VALUES to extend the live ranges of debug locations. ExtendDebugLocationLiveRanges, DebugValueLiveRangeExtender, ...? 
I will rename it to ExtendDebugValueRangeAndLocation.cpp?


http://reviews.llvm.org/D11933





More information about the llvm-commits mailing list