]> granicus.if.org Git - llvm/commit
[tablegen][globalisel] Convert the SelectionDAG importer to a tree walking approach...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 29 Mar 2017 15:37:18 +0000 (15:37 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 29 Mar 2017 15:37:18 +0000 (15:37 +0000)
commit5ae7dc88622b76c9f7a1b8377d18e211607aba8f
treeed650ccdb3124cb0739c4a673ea4adba54184382
parent2c2eb599d39b3045ac9b292a0faa7d4b64445bbe
[tablegen][globalisel] Convert the SelectionDAG importer to a tree walking approach. NFC

Summary:
But don't actually inspect the tree any deeper than we already do. This
change is NFC but the next one will enable full traversal of the
source/destination patterns.

Depends on D30535

Reviewers: t.p.northover, qcolombet, aditya_nandakumar, rovka, ab

Subscribers: igorb, dberris, llvm-commits, kristof.beyls

Differential Revision: https://reviews.llvm.org/D30536

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299001 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/GlobalISelEmitter.cpp