[PATCH] D10910: RAGreedy: Keep track of allocated PhysRegs internally

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Jul 2 18:07:31 PDT 2015


stoklund added a subscriber: stoklund.
stoklund added a comment.

Instead of maintaining a bitvector in RAGreedy, how about asking LiveRegMatrix? It can tell you if the corresponding LiveIntervalUnion is empty.


rL LLVM

http://reviews.llvm.org/D10910







More information about the llvm-commits mailing list