[PATCH] D21189: Create subranges for new intervals resulting from live interval splitting

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 11:48:08 PDT 2016


kparzysz added a comment.

Ping.


================
Comment at: lib/CodeGen/LiveRangeCalc.cpp:360
@@ +359,3 @@
+#else
+bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, MachineBasicBlock &MBB) {
+  if (DefOnEntry.test(MBB.getNumber()))
----------------
Oops.  Will remove this shortly.

================
Comment at: lib/CodeGen/SplitKit.cpp:1216
@@ +1215,3 @@
+
+#if 0
+    if (LI.hasSubRanges()) {
----------------
Oops.  Will remove this shortly.


Repository:
  rL LLVM

https://reviews.llvm.org/D21189





More information about the llvm-commits mailing list