1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Transforms
David Majnemer bd6be5c3a7 SimplifyInstruction does not imply DCE
We cannot remove an instruction with no uses just because
SimplifyInstruction succeeds.  It may have side effects.

llvm-svn: 273711
2016-06-24 19:34:46 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
InstCombine [InstCombine] refactor optional bitcasting in matchSelectFromAndOr() into one code path (NFCI) 2016-06-24 18:55:27 +00:00
Instrumentation Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
IPO IR: Introduce Module::global_objects(). 2016-06-22 20:29:42 +00:00
ObjCARC Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
Scalar SimplifyInstruction does not imply DCE 2016-06-24 19:34:46 +00:00
Utils SimplifyInstruction does not imply DCE 2016-06-24 19:34:46 +00:00
Vectorize [LV] Preserve order of dependences in interleaved accesses analysis 2016-06-24 15:33:25 +00:00
CMakeLists.txt
LLVMBuild.txt