1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Transforms
Sanjay Patel 46fc26080c [InstCombine] allow more narrowing transforms for logic ops
We had a limited version of this for scalar 'and'; this expands
the transform to 'or' and 'xor' and allows vectors types too.

llvm-svn: 288273
2016-11-30 20:48:54 +00:00
..
Coroutines Fix spelling mistakes in Transforms comments. NFC. 2016-11-20 13:19:49 +00:00
Hello
InstCombine [InstCombine] allow more narrowing transforms for logic ops 2016-11-30 20:48:54 +00:00
Instrumentation [asan/win] Align global registration metadata to its size 2016-11-29 01:32:21 +00:00
IPO Use CallSite to simplify code 2016-11-29 19:42:27 +00:00
ObjCARC [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
Scalar Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC). 2016-11-30 17:48:10 +00:00
Utils Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC). 2016-11-30 17:48:10 +00:00
Vectorize [SLPVectorizer] Improved support of partial tree vectorization. 2016-11-29 08:21:14 +00:00
CMakeLists.txt
LLVMBuild.txt