Expands an unaligned load to 2 half-size loads for an integer, and possibly more for vectors.
Declared in <llvm/CodeGen/TargetLowering.h>
std::pair<SDValue, SDValue>
expandUnalignedLoad(
LoadSDNode* LD,
SelectionDAG& DAG) const;
A pair of the loaded value and the token chain.
| Name | Description |
|---|---|
| LD | Unaligned load node. |
| DAG | SelectionDAG providing context. |