mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 04:39:51 +00:00
[DAGCombiner] Fix type in comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b76a2f8b81
commit
a1b5897aa3
@ -8459,7 +8459,7 @@ SDValue DAGCombiner::visitSIGN_EXTEND_INREG(SDNode *N) {
|
||||
return DAG.getNode(ISD::SIGN_EXTEND, SDLoc(N), VT, N00, N1);
|
||||
}
|
||||
|
||||
// fold (sext_in_reg (*_extend_vector_inreg x)) -> (sext_vector_in_reg x)
|
||||
// fold (sext_in_reg (*_extend_vector_inreg x)) -> (sext_vector_inreg x)
|
||||
if ((N0.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG ||
|
||||
N0.getOpcode() == ISD::SIGN_EXTEND_VECTOR_INREG ||
|
||||
N0.getOpcode() == ISD::ZERO_EXTEND_VECTOR_INREG) &&
|
||||
|
Loading…
Reference in New Issue
Block a user