llvm-project/llvm/lib/Transforms/InstCombine
Sanjoy Das 679bc32c6a [InstCombine] Don't DSE across readnone functions that may throw
Summary: Depends on D28740

Reviewers: dberlin, chandlerc, hfinkel, majnemer

Subscribers: mcrosier, llvm-commits

Differential Revision: https://reviews.llvm.org/D28742

llvm-svn: 292197
2017-01-17 05:45:09 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
InstCombineAddSub.cpp [InstCombine] add a wrapper for a common pair of transforms; NFCI 2017-01-10 23:49:07 +00:00
InstCombineAndOrXor.cpp [InstCombine] Fold ((C1-zext(X)) & C2) -> zext((C1-X) & C2) 2017-01-17 00:45:57 +00:00
InstCombineCalls.cpp SimplifyLibCalls: Replace fabs libcalls with intrinsics 2017-01-17 00:10:40 +00:00
InstCombineCasts.cpp SimplifyLibCalls: Replace fabs libcalls with intrinsics 2017-01-17 00:10:40 +00:00
InstCombineCompares.cpp [InstCombine] optimize unsigned icmp of increment 2017-01-13 23:25:46 +00:00
InstCombineInternal.h [InstCombine] add a wrapper for a common pair of transforms; NFCI 2017-01-10 23:49:07 +00:00
InstCombineLoadStoreAlloca.cpp [InstCombine] Don't DSE across readnone functions that may throw 2017-01-17 05:45:09 +00:00
InstCombineMulDivRem.cpp [InstCombine] add a wrapper for a common pair of transforms; NFCI 2017-01-10 23:49:07 +00:00
InstCombinePHI.cpp [DebugInfo] Add const to DILocation variable declaration; NFC. 2017-01-12 18:29:28 +00:00
InstCombineSelect.cpp [InstCombine] if the condition of a select may be known via assumes, eliminate the select 2017-01-13 17:02:42 +00:00
InstCombineShifts.cpp [InstCombine] use m_APInt instead of faking it 2017-01-16 21:24:41 +00:00
InstCombineSimplifyDemanded.cpp [InstCombine][SSE] Add DemandedElts support for PSHUFB instructions 2017-01-16 11:30:41 +00:00
InstCombineVectorOps.cpp [InstCombine] Use getVectorNumElements instead of explicitly casting to VectorType and calling getNumElements. NFC 2016-12-29 07:03:18 +00:00
InstructionCombining.cpp [PM] Introduce an analysis set used to preserve all analyses over 2017-01-15 06:32:49 +00:00
LLVMBuild.txt Update libdeps since TLI was moved from Target to Analysis in r226078. 2015-01-15 05:21:00 +00:00