llvm-project/llvm/lib/Transforms/InstCombine
Sanjay Patel 713ca3d36a [InstCombine] reduce code duplication; NFC
llvm-svn: 328323
2018-03-23 15:07:35 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
InstCombineAddSub.cpp [InstCombine] (~X) - (~Y) --> Y - X 2018-03-03 17:53:25 +00:00
InstCombineAndOrXor.cpp [InstCombine] add folds for xor-of-icmp signbit tests (PR36682) 2018-03-22 14:08:16 +00:00
InstCombineCalls.cpp [InstCombineCalls] Update deprecated API usage (NFC) 2018-03-22 18:36:15 +00:00
InstCombineCasts.cpp [InstCombine] Add constant vector support to getMinimumFPType for visitFPTrunc. 2018-03-05 18:04:12 +00:00
InstCombineCompares.cpp [InstCombine] peek through unsigned FP casts for zero-equality compares (PR36682) 2018-03-18 15:53:02 +00:00
InstCombineInternal.h Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
InstCombineLoadStoreAlloca.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
InstCombineMulDivRem.cpp [InstCombine] add nnan requirement for sqrt(x) * sqrt(y) -> sqrt(x*y) 2018-03-18 14:32:54 +00:00
InstCombinePHI.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
InstCombineSelect.cpp [InstCombine] canonicalize fcmp+select to fabs 2018-03-19 15:14:30 +00:00
InstCombineShifts.cpp [InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCI 2018-02-28 16:36:24 +00:00
InstCombineSimplifyDemanded.cpp Remove useless comment - seems to be a copy+paste typo. NFCI 2018-02-16 20:41:06 +00:00
InstCombineVectorOps.cpp [InstCombine] Gracefully handle out of range extractelement indices 2017-12-27 12:00:18 +00:00
InstructionCombining.cpp [InstCombine] reduce code duplication; NFC 2018-03-23 15:07:35 +00:00
LLVMBuild.txt