OSDN Git Service

[DAG] Convert extload check to equivalent type check. NFC.
authorNirav Dave <niravd@google.com>
Tue, 1 Aug 2017 17:19:41 +0000 (17:19 +0000)
committerNirav Dave <niravd@google.com>
Tue, 1 Aug 2017 17:19:41 +0000 (17:19 +0000)
commita8735a342e0b1c55c2201c23bde641c254eb2f4e
tree76b15ed3a703f622468886c4a225ad255651ba30
parent790133a05281ba7da112a98cd4b52b0138c22aa5
[DAG] Convert extload check to equivalent type check. NFC.

Replace check with check that consuming store has the same type.

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