mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Now that all the legal Neon shuffles (or at least the ones that have been
implemented so far) are recognized during legalization, it is easy to fall back to the default expansion for other shuffles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2464,7 +2464,7 @@ static SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) {
|
|||||||
if (isVREVMask(SVN, 16))
|
if (isVREVMask(SVN, 16))
|
||||||
return DAG.getNode(ARMISD::VREV16, dl, VT, SVN->getOperand(0));
|
return DAG.getNode(ARMISD::VREV16, dl, VT, SVN->getOperand(0));
|
||||||
|
|
||||||
return Op;
|
return SDValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
static SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) {
|
static SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) {
|
||||||
|
Reference in New Issue
Block a user