Skip to content
  1. Jan 02, 2011
  2. Jan 01, 2011
  3. Dec 28, 2010
  4. Dec 27, 2010
  5. Dec 26, 2010
  6. Dec 24, 2010
  7. Dec 23, 2010
  8. Dec 22, 2010
  9. Dec 21, 2010
  10. Dec 19, 2010
  11. Dec 17, 2010
  12. Dec 16, 2010
    • Frits van Bommel's avatar
      Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it... · 9bbe849f
      Frits van Bommel authored
      Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it could falsely produce a MultipleDestSentinel value if the first predecessor ended with an 'indirectbr'. If that happened, it caused an unnecessary FindMostPopularDest() call.
      This wasn't a correctness problem, but it broke the fast path for single-predecessor blocks.
      
      llvm-svn: 121966
      9bbe849f
Loading