Skip to content
  • Chris Lattner's avatar
    fix rdar://7653908, a crash on a case where we would fold a load · afac7dad
    Chris Lattner authored
    into a roundss intrinsic, producing a cyclic dag.  The root cause
    of this is badness handling ComplexPattern nodes in the old dagisel
    that I noticed through inspection.  Eliminate a copy of the of the
    code that handled ComplexPatterns by making EmitChildMatchCode call
    into EmitMatchCode.
    
    llvm-svn: 96408
    afac7dad
Loading