1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms/InstCombine
Uriel Korach 32b30a50d0 Test commit
llvm-svn: 312878
2017-09-10 08:31:22 +00:00
..
CMakeLists.txt
InstCombineAddSub.cpp [InstCombine] Simplify pointer difference subtractions (GEP-GEP) where GEPs have other uses and one non-constant index 2017-07-27 18:27:11 +00:00
InstCombineAndOrXor.cpp [ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to null constants 2017-09-05 23:13:13 +00:00
InstCombineCalls.cpp Merge isKnownNonNull into isKnownNonZero 2017-09-09 18:23:11 +00:00
InstCombineCasts.cpp [InstCombine] Support vector splats in transformZExtICmp 2017-08-29 18:58:13 +00:00
InstCombineCompares.cpp Test commit 2017-09-10 08:31:22 +00:00
InstCombineInternal.h [InstCombine] combine foldAndOfFCmps and foldOrOfFcmps; NFCI 2017-09-02 17:53:33 +00:00
InstCombineLoadStoreAlloca.cpp Fix DebugLoc propagation for unreachable LoadInst 2017-07-19 01:27:24 +00:00
InstCombineMulDivRem.cpp [InstCombine] fix and enhance udiv/urem narrowing 2017-08-24 22:54:01 +00:00
InstCombinePHI.cpp fix typos in comments; NFC 2017-07-11 06:04:59 +00:00
InstCombineSelect.cpp [InstCombine] Move foldSelectICmpAnd helper function earlier in the file to enable reuse in a future patch. 2017-09-05 05:26:37 +00:00
InstCombineShifts.cpp [InstCombine] Added support for (X >>s C) << C --> X & (-1 << C) 2017-08-15 19:33:14 +00:00
InstCombineSimplifyDemanded.cpp [InstCombine] improve demanded vector elements analysis of insertelement 2017-08-31 15:57:17 +00:00
InstCombineVectorOps.cpp [InstCombine] improve demanded vector elements analysis of insertelement 2017-08-31 15:57:17 +00:00
InstructionCombining.cpp [InstCombine] Fold branches with irrelevant conditions to a constant. 2017-08-23 09:14:37 +00:00
LLVMBuild.txt