Skip to content
  • Jakob Stoklund Olesen's avatar
    Add MachineInstr::isTransient(). · 7361846f
    Jakob Stoklund Olesen authored
    This is a cleaned up version of the isFree() function in
    MachineTraceMetrics.cpp.
    
    Transient instructions are very unlikely to produce any code in the
    final output. Either because they get eliminated by RegisterCoalescing,
    or because they are pseudo-instructions like labels and debug values.
    
    llvm-svn: 160977
    7361846f
Loading