OSDN Git Service

[SelectionDAG] Use the memory VT instead of result VT for FoldingSet profiling in...
authorCraig Topper <craig.topper@intel.com>
Sun, 30 Jun 2019 06:46:33 +0000 (06:46 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 30 Jun 2019 06:46:33 +0000 (06:46 +0000)
commiteb4bea11d2ee2ffa15932ffed8094d1808ea4e5d
tree4b74eb45476c288482dd368156db67ddfae277da
parent3f463ae38e7896dbb07b668aec6c84506dda3b92
[SelectionDAG] Use the memory VT instead of result VT for FoldingSet profiling in getMaskedLoad/getMaskedStore.

This matches what is done by the Profile function. Otherwise CSE
won't work properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp