[PATCH] D32563: Add LiveRangeShrink pass to shrink live range within BB.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 08:15:42 PDT 2017


danielcdh marked 2 inline comments as done.
danielcdh added inline comments.


================
Comment at: lib/CodeGen/InlineSpiller.cpp:43-50
+int NumPPP = 0;
+
+struct PPP {
+~PPP() {
+printf ("SSSSS: %d\n", NumPPP);
+}
+} ppppp;
----------------
andreadb wrote:
> I think that you have uploaded a wrong patch.
> This code shouldn't be there :-).
Oops, forgot to revert it... Thanks for catching this :)


https://reviews.llvm.org/D32563





More information about the llvm-commits mailing list