llvm/lib/CodeGen/SelectionDAG
Simon Pilgrim 6315a65a21 [SelectionDAG] BITREVERSE vector legalization of bit operations
Vector bit operations are typically promoted instead of having custom lowering. This patch changes the isOperationLegalOrCustom tests for vector AND/OR operations to use isOperationLegalOrPromote instead, allowing the SSE implementations to stay on the simd unit.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268504 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-04 15:01:13 +00:00
..
2016-03-26 06:04:55 +00:00
2016-04-18 09:17:29 +00:00
2016-02-03 22:44:14 +00:00
2016-04-18 09:17:29 +00:00
2016-04-18 09:17:29 +00:00