[PATCH] D23539: Obtain the debug location for rematerialized instructions from the rematerialization point.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 08:59:09 PDT 2016


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

This looks reasonable to me. Thanks!


================
Comment at: lib/CodeGen/InlineSpiller.cpp:556
@@ -555,3 +555,3 @@
 
   // Alocate a new register for the remat.
   unsigned NewVReg = Edit->createFrom(Original);
----------------
Typo in context :-)


https://reviews.llvm.org/D23539





More information about the llvm-commits mailing list