llvm-6502/lib/Transforms
Benjamin Kramer d81a0dee5b SROA: Don't crash on a select with two identical operands.
This is an edge case that can happen if we modify a chain of multiple selects.
Update all operands in that case and remove the assert. PR15805.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179982 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-21 17:48:39 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
InstCombine Keep coding stanard. Don't use "else if" after "return". 2013-04-19 01:18:04 +00:00
Instrumentation [ASan] Allow disabling init-order checks for globals by source file name. 2013-04-11 13:20:00 +00:00
IPO MergeFunc: Make pointer and integer types generate the same hash. 2013-04-19 23:06:44 +00:00
ObjCARC When we strength reduce an objc_retainBlock call to objc_retain, increment NumPeeps and make sure that Changed is set to true. 2013-04-21 00:50:27 +00:00
Scalar SROA: Don't crash on a select with two identical operands. 2013-04-21 17:48:39 +00:00
Utils Revert "SimplifyCFG: If convert single conditional stores" 2013-04-21 13:09:04 +00:00
Vectorize SLPVectorize: Add support for vectorization of casts. 2013-04-21 08:05:59 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00