Skip to content
  1. Jan 18, 2011
  2. Jan 17, 2011
  3. Jan 16, 2011
  4. Jan 15, 2011
  5. Jan 14, 2011
  6. Jan 13, 2011
  7. Jan 12, 2011
  8. Jan 11, 2011
  9. Jan 10, 2011
    • Dale Johannesen's avatar
      Fix PR 8916 (qv for analysis), at least the immediate problem. · d2b48119
      Dale Johannesen authored
      There's an inherent tension in DAGCombine between assuming
      that things will be put in canonical form, and the Depth
      mechanism that disables transformations when recursion gets
      too deep.  It would not surprise me if there's a lot of little
      bugs like this one waiting to be discovered.  The mechanism
      seems fragile and I'd suggest looking at it from a design viewpoint.
      
      llvm-svn: 123191
      d2b48119
Loading