llvm-project/llvm/lib/Transforms/InstCombine
Simon Pilgrim 77c3c5f9b8 [InstCombine] Add m_BitReverse pattern match helper. NFCI.
llvm-svn: 306860
2017-06-30 18:58:29 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
InstCombineAddSub.cpp [InstCombine] add (sext i1 X), 1 --> zext (not X) 2017-06-25 14:15:28 +00:00
InstCombineAndOrXor.cpp [InstCombine] In foldXorToXor, move the commutable matcher from the LHS match to the RHS match. No meaningful change intended. 2017-06-30 07:37:41 +00:00
InstCombineCalls.cpp [InstCombine] Add m_BitReverse pattern match helper. NFCI. 2017-06-30 18:58:29 +00:00
InstCombineCasts.cpp [InstCombine] reverse bitcast + bitwise-logic canonicalization (PR33138) 2017-06-22 15:46:54 +00:00
InstCombineCompares.cpp Reduce indenting and clean up comparisons around sign bit. 2017-06-30 01:57:48 +00:00
InstCombineInternal.h [InstCombine] Recognize and simplify three way comparison idioms 2017-06-23 13:41:45 +00:00
InstCombineLoadStoreAlloca.cpp [InstCombine] Retain TBAA when narrowing memory accesses 2017-06-28 23:36:40 +00:00
InstCombineMulDivRem.cpp [InstCombine] Propagate nsw flag when turning mul by pow2 into shift when the constant is a vector splat or the scalar bit width is larger than 64-bits 2017-06-27 19:57:53 +00:00
InstCombinePHI.cpp [InstCombine] Pass a proper context instruction to all of the calls into InstSimplify 2017-06-09 03:21:29 +00:00
InstCombineSelect.cpp Revert of r306525: "Canonicalize clamp of float types to minmax" 2017-06-30 10:39:09 +00:00
InstCombineShifts.cpp [ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFC 2017-06-24 06:24:04 +00:00
InstCombineSimplifyDemanded.cpp [InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compiled code for comparing APInts with 0 and 1. NFC 2017-06-07 07:40:37 +00:00
InstCombineVectorOps.cpp [InstCombine] Pass a proper context instruction to all of the calls into InstSimplify 2017-06-09 03:21:29 +00:00
InstructionCombining.cpp [InstCombine] Retain TBAA when narrowing memory accesses 2017-06-28 23:36:40 +00:00
LLVMBuild.txt