llvm-project/llvm/lib/Transforms/InstCombine
Sanjay Patel ae23d65a7d [InstCombine] add an assert to make a shl+icmp transform assumption explicit; NFCI
llvm-svn: 292440
2017-01-18 21:16:12 +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 OP zext(X)) & C2) -> zext((C1 OP X) & C2) 2017-01-17 18:08:06 +00:00
InstCombineCalls.cpp [InstCombine] Remove unnecessary intrinsics demanded elts handling 2017-01-18 13:44:04 +00:00
InstCombineCasts.cpp SimplifyLibCalls: Replace fabs libcalls with intrinsics 2017-01-17 00:10:40 +00:00
InstCombineCompares.cpp [InstCombine] add an assert to make a shl+icmp transform assumption explicit; NFCI 2017-01-18 21:16:12 +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] reduce indent; NFCI 2017-01-17 16:59:09 +00:00
InstCombineSimplifyDemanded.cpp [InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERMPS shuffles 2017-01-18 14:47:49 +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