This doesn't require seeking in the live interval union, so it is very cheap. llvm-svn: 129187
llvm-svn: 129081
When the greedy register allocator is splitting multiple global live ranges, it tends to look at the same interference data many times. The InterferenceCache class caches queries for unaltered LiveIntervalUnions. llvm-svn: 128764