Skip to content
  • Cameron Zwarich's avatar
    Incremental progress towards a new implementation of StrongPHIElimination. Most · 79ebc718
    Cameron Zwarich authored
    of the problems with my last attempt were in the updating of LiveIntervals
    rather than the coalescing itself. Therefore, I decided to get that right first
    by essentially reimplementing the existing PHIElimination using LiveIntervals.
    
    It works correctly, with only a few tests failing (which may not be legitimate
    failures) and no new verifier failures (at least as far as I can tell, I didn't
    count the number per file).
    
    llvm-svn: 122321
    79ebc718
Loading