llvm-project/llvm/lib/Transforms/InstCombine
Sanjay Patel 2a24958923 [InstCombine] simplify code that propagates FMF; NFC
llvm-svn: 329503
2018-04-07 14:14:23 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
InstCombineAddSub.cpp [InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse() 2018-04-06 17:24:08 +00:00
InstCombineAndOrXor.cpp [PatternMatch] allow undef elements when matching vector FP +0.0 2018-03-25 21:16:33 +00:00
InstCombineCalls.cpp [InstCombine] cleanup; NFC 2018-04-05 13:24:26 +00:00
InstCombineCasts.cpp [InstCombine] simplify code that propagates FMF; NFC 2018-04-07 14:14:23 +00:00
InstCombineCompares.cpp [InstCombine] Fold compare of int constant against a splatted vector of ints 2018-04-03 17:26:20 +00:00
InstCombineInternal.h [InstCombine] Fold compare of int constant against a splatted vector of ints 2018-04-03 17:26:20 +00:00
InstCombineLoadStoreAlloca.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
InstCombineMulDivRem.cpp [InstCombine] allow more fmul folds with 'reassoc' 2018-04-03 22:19:19 +00:00
InstCombinePHI.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
InstCombineSelect.cpp [InstCombine] Get rid of select of bittest (PR36950 / PR17564) 2018-04-07 10:37:24 +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] Properly change GEP type when reassociating loop invariant GEP chains 2018-04-05 18:51:45 +00:00
LLVMBuild.txt