diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-05-04 15:01:13 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-05-04 15:01:13 +0000 |
commit | b97c06210b71dc1673fbff91dc8bc901270116a4 (patch) | |
tree | 1da9a741a9fe677e197a3e00568bb8c9512c3b18 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | bbc223198376d7e8a636309efc42b2e2927185a3 (diff) | |
download | bcm5719-llvm-b97c06210b71dc1673fbff91dc8bc901270116a4.tar.gz bcm5719-llvm-b97c06210b71dc1673fbff91dc8bc901270116a4.zip |
[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
llvm-svn: 268504
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions