Skip to content
  1. Feb 17, 2013
  2. Feb 16, 2013
  3. Feb 15, 2013
  4. Feb 14, 2013
  5. Feb 13, 2013
  6. Feb 12, 2013
  7. Feb 11, 2013
  8. Feb 10, 2013
    • Cameron Zwarich's avatar
      Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are · 16b64cba
      Cameron Zwarich authored
      present, it currently verifies them with the MachineVerifier, and this passed
      all of the test cases in 'make check' (when accounting for existing verifier
      errors). There were some assertion failures in the two-address pass, but they
      also happened on code without phis and look like they are caused by different
      kill flags from LiveIntervals.
      
      The only part that doesn't work is the critical edge splitting heuristic,
      because there isn't currently an efficient way to update LiveIntervals after
      splitting an edge. I'll probably start by implementing the slow fallback and
      test that it works before tackling the fast path for single-block ranges. The
      existing code that updates LiveVariables is fairly slow as it is.
      
      There isn't a command-line option for enabling this; instead, just edit
      PHIElimination.cpp to require LiveIntervals.
      
      llvm-svn: 174831
      16b64cba
    • Cameron Zwarich's avatar
      Fix a typo. · 71f0acbe
      Cameron Zwarich authored
      llvm-svn: 174830
      71f0acbe
    • Cameron Zwarich's avatar
      Remove ancient references to 'atomic' phis in PHIElimination that don't really · a158d39d
      Cameron Zwarich authored
      make sense anymore.
      
      llvm-svn: 174829
      a158d39d
Loading