[SelectionDAG] Use MemVT for FoldingSetNodeID in SelectionDAG::getLoadVP.
authorCraig Topper <craig.topper@sifive.com>
Mon, 3 Apr 2023 22:15:48 +0000 (15:15 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 3 Apr 2023 22:15:48 +0000 (15:15 -0700)
commit65f379411180a365889f48237fb1780f2c55a47a
tree937994a1bca7a4b7903c346bea1913f163c810f4
parent5217782014f4cb29fb71737e7baa6750a66024e5
[SelectionDAG] Use MemVT for FoldingSetNodeID in SelectionDAG::getLoadVP.

Return types and operands are put in the ID by AddNodeIDNode. I'm
pretty sure this was supposed to be the memory VT.
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp