Skip to content
  • Jakob Stoklund Olesen's avatar
    Use the proper clobber check in handleLiveInRegister(). · fab5201e
    Jakob Stoklund Olesen authored
    When a physreg is live in to a basic block, look for any instruction in
    the block that clobbers the physreg.
    
    The instruction doesn't have to properly redefine the register, any
    overlapping clobber is OK.
    
    This slightly changes live ranges when compiling with register masks.
    
    llvm-svn: 150528
    fab5201e
Loading