[PATCH] D17000: [AArch64] Reduce number of callee-save save/restores.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 21:32:31 PST 2016


>   NumRegsSpilled = SavedRegs.size();

Sorry, that would definitely be .count() if the loop's at all viable.

Tim,


More information about the llvm-commits mailing list