[all-commits] [llvm/llvm-project] 65f379: [SelectionDAG] Use MemVT for FoldingSetNodeID in S...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Apr 3 15:16:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65f379411180a365889f48237fb1780f2c55a47a
https://github.com/llvm/llvm-project/commit/65f379411180a365889f48237fb1780f2c55a47a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list