1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/include
Simon Pilgrim 8673620867 [SelectionDAG] BITREVERSE vector legalization of bit operations (REAPPLIED)
Some vector bit operations are promoted instead of having custom lowering. This patch changes the isOperationLegalOrCustom tests for vector AND/OR operations to use a new TLI helper isOperationLegalOrCustomOrPromote instead, allowing the SSE implementations to stay on the simd unit.

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

llvm-svn: 268561
2016-05-04 22:08:51 +00:00
..
llvm [SelectionDAG] BITREVERSE vector legalization of bit operations (REAPPLIED) 2016-05-04 22:08:51 +00:00
llvm-c Provide some default values for the ThinLTO Cache pruning 2016-05-03 15:17:50 +00:00