[PATCH] D12816: MachineScheduler: Integrate RegisterPressure classes into PressureTracker

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 12 00:02:32 PDT 2015


atrick requested changes to this revision.
atrick added a comment.
This revision now requires changes to proceed.

OK other than the strange spelling.

I don't really understand how this is better but the original code wasn't great, so if it makes future work easier than go for it.


================
Comment at: include/llvm/CodeGen/RegisterPressure.h:204
@@ +203,3 @@
+      SlotIndex BottomIdx;
+    } Indizes;
+    struct {
----------------
Indices not Indizes.


Repository:
  rL LLVM

http://reviews.llvm.org/D12816





More information about the llvm-commits mailing list