summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+4
* [AggressiveInstCombine] Use use_empty() instead of !getNumUses(), NFCVedant Kumar2018-03-021-1/+1
* [AggressiveInstCombine] Fixed TruncCombine class to handle TruncInst leaf nod...Amjad Aboud2018-01-311-4/+12
* [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks.Amjad Aboud2018-01-311-1/+6
* Another try to commit 323321 (aggressive instruction combine).Amjad Aboud2018-01-251-0/+404
* Reverted 323321.Amjad Aboud2018-01-241-401/+0
* [InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...Amjad Aboud2018-01-241-0/+401
OpenPOWER on IntegriCloud