mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-03 16:13:44 +00:00
Test commit.
llvm-svn: 338352
This commit is contained in:
parent
2f6769be60
commit
615540d0f2
@ -3993,7 +3993,7 @@ TargetLowering::expandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG) const {
|
||||
// Scalarize the load and let the individual components be handled.
|
||||
SDValue Scalarized = scalarizeVectorLoad(LD, DAG);
|
||||
if (Scalarized->getOpcode() == ISD::MERGE_VALUES)
|
||||
return std::make_pair(Scalarized.getOperand(0), Scalarized.getOperand(1));
|
||||
return std::make_pair(Scalarized.getOperand(0), Scalarized.getOperand(1));
|
||||
return std::make_pair(Scalarized.getValue(0), Scalarized.getValue(1));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user