[PATCH] D24225: [LCG] Add the necessary functionality to the LazyCallGraph to support inlining.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 01:46:13 PDT 2016


chandlerc updated this revision to Diff 72449.
chandlerc marked 3 inline comments as done.
chandlerc added a comment.

Update to address some specific comments I missed previously, sorry about that.
Nothing really substantive though. Mostly using llvm's "find" that accepts
a range.


https://reviews.llvm.org/D24225

Files:
  include/llvm/Analysis/LazyCallGraph.h
  lib/Analysis/LazyCallGraph.cpp
  unittests/Analysis/LazyCallGraphTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24225.72449.patch
Type: text/x-patch
Size: 24796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160926/089b5ab5/attachment.bin>


More information about the llvm-commits mailing list