Skip to content
Snippets Groups Projects
  • Evan Cheng's avatar
    Remove special handling of implicit_def. Fix a couple more bugs in... · 2a5efe14
    Evan Cheng authored
    Remove special handling of implicit_def. Fix a couple more bugs in liveintervalanalysis and coalescer handling of implicit_def.
    
    Note, isUndef marker must be placed even on implicit_def def operand or else the scavenger will not ignore it. This is necessary because -O0 path does not use liveintervalanalysis, it treats implicit_def just like any other def.
    
    llvm-svn: 74601
    2a5efe14