Skip to content
  • Devang Patel's avatar
    Update DebugInfo interface to use metadata, instead of special named... · 02aac922
    Devang Patel authored
    Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
    
    This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!)
    
    llvm-svn: 79977
    02aac922
Loading