1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Transforms/InstCombine
2018-07-05 06:52:55 +00:00
..
CMakeLists.txt InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded 2018-06-21 13:37:31 +00:00
InstCombineAddSub.cpp [InstCombine] (A + 1) + (B ^ -1) --> A - B 2018-06-26 05:31:18 +00:00
InstCombineAndOrXor.cpp [InstCombine] simplify binops before trying other folds 2018-06-21 17:06:36 +00:00
InstCombineCalls.cpp [X86] Remove X86 specific scalar FMA intrinsics and upgrade to tart independent FMA and extractelement/insertelement. 2018-07-05 06:52:55 +00:00
InstCombineCasts.cpp [InstCombine] allow narrowing of min/max/abs 2018-07-04 17:44:04 +00:00
InstCombineCompares.cpp [InstCombine] Delay foldICmpUsingKnownBits until simple transforms are done 2018-07-03 06:23:57 +00:00
InstCombineInternal.h [InstCombine] make div/rem vector constant utility function; NFCI 2018-06-21 14:59:35 +00:00
InstCombineLoadStoreAlloca.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
InstCombineMulDivRem.cpp [InstCombine] simplify code for urem fold; NFCI 2018-06-26 16:39:29 +00:00
InstCombinePHI.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
InstCombineSelect.cpp [InstCombine] Correct the cmp operand type used when canonicalizing abs/nabs 2018-06-05 14:10:55 +00:00
InstCombineShifts.cpp [InstCombine] simplify binops before trying other folds 2018-06-21 17:06:36 +00:00
InstCombineSimplifyDemanded.cpp [X86] Remove X86 specific scalar FMA intrinsics and upgrade to tart independent FMA and extractelement/insertelement. 2018-07-05 06:52:55 +00:00
InstCombineTables.td InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded 2018-06-21 13:37:31 +00:00
InstCombineVectorOps.cpp [InstCombine] fold shuffle-with-binop and common value 2018-07-03 13:44:22 +00:00
InstructionCombining.cpp [InstCombine] make div/rem vector constant utility function; NFCI 2018-06-21 14:59:35 +00:00
LLVMBuild.txt