Make the local register allocator compute (purely local) liveness information for itself
rather than depending on LiveVariables. This decreases compile time from: 0.5909s (LV + Regalloc) to 0.421s (just regalloc). llvm-svn: 53256
Loading
Please register or sign in to comment