"llvm/lib/CodeGen/RegAllocFast.cpp" did not exist on "1dc8363d95322b7e4231e63ea040ab63efdb9242"
-
Jakob Stoklund Olesen authored
When splitting a critical edge, the registers live through the edge are: - Used in a PHI instruction, or - Live out from the predecessor, and - Live in to the successor. This allows the coalescer to eliminate even more phi joins. llvm-svn: 89530
bc630aca
Loading