[PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 12:57:29 PST 2016
andrew.w.kaylor added inline comments.
================
Comment at: include/llvm/CodeGen/LiveInterval.h:550
@@ +549,3 @@
+ // the interval may be required.
+ bool containsRegMask(ArrayRef<SlotIndex> RegMaskSlots) const {
+ ArrayRef<SlotIndex>::iterator SlotI = RegMaskSlots.begin();
----------------
Sorry. I missed this comment before uploading changes. I can move this to the implementation file.
Repository:
rL LLVM
http://reviews.llvm.org/D16831
More information about the llvm-commits
mailing list