[PATCH] D30536: [tablegen][globalisel] Convert the SelectionDAG importer to a tree walking approach. NFC

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 07:31:18 PST 2017


dsanders created this revision.
Herald added subscribers: kristof.beyls, dberris.

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 https://reviews.llvm.org/D30535


https://reviews.llvm.org/D30536

Files:
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30536.90337.patch
Type: text/x-patch
Size: 21601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/d212dfb1/attachment-0001.bin>


More information about the llvm-commits mailing list