Skip to content
  • Dan Gohman's avatar
    Ignore IMPLICIT_DEF instructions when computing physreg liveness. · c1dee225
    Dan Gohman authored
    While they appear to provide a normal clobbering def, they don't
    in the case of the awkward IMPLICIT_DEF+INSERT_SUBREG idiom. It
    would be good to change INSERT_SUBREG; until then, this change
    allows post-regalloc scheduling to cope in a mildly conservative
    way.
    
    llvm-svn: 60583
    c1dee225
Loading