[PATCH] D16787: [AArch64] Allocate the modified and used regs once per function.

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 15:38:27 PST 2016


mgrang added a subscriber: mgrang.

================
Comment at: lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp:1020
@@ -1016,2 +1019,3 @@
   // Track which registers have been modified and used between the first insn
   // and the second insn.
+  ModifiedRegs.reset();
----------------
Can you please update these comments to reflect that the bitfield trackers are being reset here?


http://reviews.llvm.org/D16787





More information about the llvm-commits mailing list