OSDN Git Service

Rework passing parent pointers into complexpatterns, I forgot
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 22:00:25 +0000 (22:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 22:00:25 +0000 (22:00 +0000)
commitd206fb899ae94a41c3f4d216d830fb926f455a97
tree7023e7f39def25d2d9ab5228be5388c6bfe859d6
parentea3f7995524e1221f12a8b80bd63d3b17f3004eb
Rework passing parent pointers into complexpatterns, I forgot
that complex patterns are matched after the entire pattern has
a structural match, therefore the NodeStack isn't in a useful
state when the actual call to the matcher happens.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114489 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
utils/TableGen/DAGISelMatcherEmitter.cpp