mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-06 01:24:35 +00:00
Tidy up comment grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1272,8 +1272,8 @@ SDValue DAGTypeLegalizer::SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo) {
|
|||||||
SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) {
|
SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) {
|
||||||
DebugLoc DL = N->getDebugLoc();
|
DebugLoc DL = N->getDebugLoc();
|
||||||
|
|
||||||
// The input operands all must have the same type, and we know the result the
|
// The input operands all must have the same type, and we know the result
|
||||||
// result type is valid. Convert this to a buildvector which extracts all the
|
// type is valid. Convert this to a buildvector which extracts all the
|
||||||
// input elements.
|
// input elements.
|
||||||
// TODO: If the input elements are power-two vectors, we could convert this to
|
// TODO: If the input elements are power-two vectors, we could convert this to
|
||||||
// a new CONCAT_VECTORS node with elements that are half-wide.
|
// a new CONCAT_VECTORS node with elements that are half-wide.
|
||||||
|
Reference in New Issue
Block a user