Skip to content

Commit 410005c

Browse files
davemgreenc-rhodes
andauthored
Update llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
Co-authored-by: Cullen Rhodes <[email protected]>
1 parent 943db8f commit 410005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4662,7 +4662,7 @@ bool AArch64DAGToDAGISel::trySelectXAR(SDNode *N) {
46624662

46634663
SDValue Ops[] = {R1, R2, Imm};
46644664
SDNode *XAR =
4665-
CurDAG->getMachineNode(AArch64::XAR, DL, R1.getValueType(), Ops);
4665+
CurDAG->getMachineNode(AArch64::XAR, DL, MVT::v2i64, Ops);
46664666

46674667
if (VT == MVT::v1i64) {
46684668
SDValue DSub = CurDAG->getTargetConstant(AArch64::dsub, DL, MVT::i32);

0 commit comments

Comments
 (0)