Commits

Adrian Prantl committed 6cb7d565005
Cache the previous result of IRGenDebugInfo::createInlinedAt(). This saves ~4 seconds of a -r --no-assertions stdlib build and lowers the contribution of llvm::SourceMgr::getLineAndColumn() to the total runtime from 6% to 2%. <rdar://problem/27016577>