Skip to content
  • Chris Lattner's avatar
    make instcombine only rewrite a chain of computation · c77d24b7
    Chris Lattner authored
    (eliminating some extends) if the new type of the
    computation is legal or if both the source and dest
    are illegal.  This prevents instcombine from changing big
    chains of computation into i64 on 32-bit targets for 
    example.
    
    llvm-svn: 86398
    c77d24b7
Loading