Skip to content

Commit f2327fa

Browse files
committed
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.6-beta.1 [skip ci]
1 parent 122e515 commit f2327fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,9 @@ static void AddNodeIDCustom(FoldingSetNodeID &ID, const SDNode *N) {
967967
case ISD::INTRINSIC_W_CHAIN:
968968
// Handled by MemIntrinsicSDNode check after the switch.
969969
break;
970+
case ISD::MDNODE_SDNODE:
971+
ID.AddPointer(cast<MDNodeSDNode>(N)->getMD());
972+
break;
970973
} // end switch (N->getOpcode())
971974

972975
// MemIntrinsic nodes could also have subclass data, address spaces, and flags

0 commit comments

Comments
 (0)