llvm-project/llvm/lib/Transforms/InstCombine
Sanjay Patel 46d6f76be3 [InstCombine] fix typo in comment; NFC 2020-05-08 15:43:14 -04:00
..
CMakeLists.txt [InstCombine] Negator - sink sinkable negations 2020-04-21 22:00:23 +03:00
InstCombineAddSub.cpp [InstCombine] Negator - sink sinkable negations 2020-04-21 22:00:23 +03:00
InstCombineAndOrXor.cpp [InstCombine] Fold or(zext(bswap(x)),shl(zext(bswap(y)),bw/2)) -> bswap(or(zext(x),shl(zext(y), bw/2)) 2020-05-05 12:30:10 +01:00
InstCombineAtomicRMW.cpp [NFC] Modernize misc. uses of Align/MaybeAlign APIs. 2020-04-06 17:53:04 -07:00
InstCombineCalls.cpp [SVE] Fix incorrect usage of getNumElements() in InstCombineCalls 2020-05-07 08:46:51 -07:00
InstCombineCasts.cpp [InstCombine] fix typo in comment; NFC 2020-05-08 15:43:14 -04:00
InstCombineCompares.cpp [InstCombine] generalize canonicalization of masked equality comparisons 2020-04-25 11:31:57 -04:00
InstCombineInternal.h [InstCombine] clean up foldItoFPtoI; NFC 2020-05-08 12:13:42 -04:00
InstCombineLoadStoreAlloca.cpp InstCombine: Fix return after else 2020-05-06 11:53:26 -04:00
InstCombineMulDivRem.cpp [SVE] Fix invalid usage of getNumElements() in InstCombineMulDivRem 2020-05-05 15:19:01 -07:00
InstCombineNegator.cpp [InstCombine] Negator: 'or' with no common bits set is just 'add' 2020-04-28 19:16:32 +03:00
InstCombinePHI.cpp [InstCombine] Use replaceOperand() in non zero phi transform 2020-03-31 21:54:21 +02:00
InstCombineSelect.cpp [InstCombine] use select-of-constants with set/clear bit mask patterns 2020-05-03 09:44:43 -04:00
InstCombineShifts.cpp [SVE] Update API ConstantVector::getSplat() to use ElementCount. 2020-03-12 13:22:41 -07:00
InstCombineSimplifyDemanded.cpp [InstCombine][SVE] Fix visitInsertElementInst for scalable type. 2020-05-07 12:44:52 -07:00
InstCombineTables.td
InstCombineVectorOps.cpp [InstCombine][SVE] Fix visitExtractElementInst for scalable type. 2020-05-07 13:03:52 -07:00
InstructionCombining.cpp [SVE] Fix invalid usage of VectorType::getNumElements() in InstCombine 2020-05-01 10:56:29 -07:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00