llvm-project/llvm/lib/Transforms
David Majnemer b8da3a2bb2 Reinstate r273711
r273711 was reverted by r273743.  The inliner needs to know about any
call sites in the inlined function.  These were obscured if we replaced
a call to undef with an undef but kept the call around.

This fixes PR28298.

llvm-svn: 273753
2016-06-25 00:04:10 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
IPO Hookup ProfileSummary with SampleProfilerLoader 2016-06-24 22:57:06 +00:00
InstCombine [InstCombine] use m_APInt; NFCI 2016-06-24 20:36:34 +00:00
Instrumentation Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
ObjCARC Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
Scalar Reinstate r273711 2016-06-25 00:04:10 +00:00
Utils Reinstate r273711 2016-06-25 00:04:10 +00:00
Vectorize [LV] Preserve order of dependences in interleaved accesses analysis 2016-06-24 15:33:25 +00:00
CMakeLists.txt
LLVMBuild.txt