mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
Revert r268504
llvm-svn: 268526
This commit is contained in:
parent
59f145598e
commit
93256d06c8
@ -894,8 +894,8 @@ SDValue VectorLegalizer::ExpandBITREVERSE(SDValue Op) {
|
||||
// than unrolling and expanding each component.
|
||||
if (!TLI.isOperationLegalOrCustom(ISD::SHL, VT) ||
|
||||
!TLI.isOperationLegalOrCustom(ISD::SRL, VT) ||
|
||||
!TLI.isOperationLegalOrPromote(ISD::AND, VT) ||
|
||||
!TLI.isOperationLegalOrPromote(ISD::OR, VT))
|
||||
!TLI.isOperationLegalOrCustom(ISD::AND, VT) ||
|
||||
!TLI.isOperationLegalOrCustom(ISD::OR, VT))
|
||||
return DAG.UnrollVectorOp(Op.getNode());
|
||||
|
||||
// Let LegalizeDAG handle this later.
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user