1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include
Andrew Trick eddf0de054 Use a SparseSet in LiveRegUnits.
Some clients may add block live ins and may track liveness over a
large scope. This guarantees an efficient implementation in all cases
with no memory allocation/deallocation, independent of the number of
target registers. It could be slightly less convenient but is fine in
the expected case.

llvm-svn: 192622
2013-10-14 20:45:17 +00:00
..
llvm Use a SparseSet in LiveRegUnits. 2013-10-14 20:45:17 +00:00
llvm-c Revert "llvm-c: Make target initializer functions external functions in lib." 2013-10-09 23:15:49 +00:00