llvm-project/llvm/lib/Transforms/InstCombine
Vedant Kumar c85ca4cdab [Local] Add a convenient insertReplacementDbgValues overload, NFC
Add an overload for the common case where the replacement dbg.values
have the same DIExpressions as the originals.

llvm-svn: 335643
2018-06-26 18:44:53 +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 [InstCombine] ignore debuginfo when removing redundant assumes (PR37726) 2018-06-20 13:22:26 +00:00
InstCombineCasts.cpp [Local] Add a convenient insertReplacementDbgValues overload, NFC 2018-06-26 18:44:53 +00:00
InstCombineCompares.cpp [InstCombine] Avoid iteration/mutation conflict 2018-06-15 16:52:40 +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 Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning (again). NFCI. 2018-06-25 11:46:24 +00:00
InstCombineTables.td InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded 2018-06-21 13:37:31 +00:00
InstCombineVectorOps.cpp [InstCombine] rearrange shuffle-of-binops logic; NFC 2018-06-22 12:46:16 +00:00
InstructionCombining.cpp [InstCombine] make div/rem vector constant utility function; NFCI 2018-06-21 14:59:35 +00:00
LLVMBuild.txt