Skip to content

Commit 82bc727

Browse files
committed
Remove AArch64ISD::LDNP/STNP from the switch as they've been fixed
1 parent e3e6672 commit 82bc727

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ void AArch64SelectionDAGInfo::verifyTargetNode(const SelectionDAG &DAG,
3636
case AArch64ISD::WrapperLarge:
3737
// operand #0 must have type i32, but has type i64
3838
return;
39-
case AArch64ISD::LDNP:
40-
// result #0 must have type v4i32, but has type v2f64
41-
return;
42-
case AArch64ISD::STNP:
43-
// operand #1 must have type v4i32, but has type v2i64
44-
return;
4539
}
4640

4741
SelectionDAGGenTargetInfo::verifyTargetNode(DAG, N);

0 commit comments

Comments
 (0)