llvm-6502/lib
Dinesh Dwivedi 306cd28e21 Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)'
This removes TODO added in r208849 [http://reviews.llvm.org/D3629]

MIN(MIN(A, 97), 23) -> MIN(A, 23)
MAX(MAX(A, 23), 97) -> MAX(A, 97)

Differential Revision: http://reviews.llvm.org/D3785



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209110 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-19 07:08:32 +00:00
..
Analysis
AsmParser Use create methods since msvc doesn't handle delegating constructors. 2014-05-17 21:29:57 +00:00
Bitcode Use create methods since msvc doesn't handle delegating constructors. 2014-05-17 21:29:57 +00:00
CodeGen Target: remove old constructors for CallLoweringInfo 2014-05-17 21:50:17 +00:00
DebugInfo
ExecutionEngine
IR Use create methods since msvc doesn't handle delegating constructors. 2014-05-17 21:29:57 +00:00
IRReader
LineEditor
Linker Use create methods since msvc doesn't handle delegating constructors. 2014-05-17 21:29:57 +00:00
LTO
MC
Object Remove last uses of OwningPtr from llvm. As far as I can tell these method versions are not used by lldb, lld, or clang. 2014-05-18 21:55:38 +00:00
Option Options: Use erase_if to remove Args from the list. 2014-05-18 15:14:13 +00:00
ProfileData
Support Remove last uses of OwningPtr from llvm. As far as I can tell these method versions are not used by lldb, lld, or clang. 2014-05-18 21:55:38 +00:00
TableGen
Target ARM: make libcall setup more table driven 2014-05-18 16:39:11 +00:00
Transforms Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)' 2014-05-19 07:08:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile