[PATCH] D43655: TableGen: simplify BitsInit::resolveReferences
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 16:07:55 PST 2018
nhaehnle created this revision.
nhaehnle added reviewers: arsenm, craig.topper, tra, MartinO.
Herald added a subscriber: wdng.
No functional change intended. The removed code has a loop for
recursive resolving, which is superseded by the recursive
resolving done by the Resolver implementations.
Add a test case which was broken by an earlier version of this
change.
Change-Id: Ib208d037b77a8bbb725977f1388601fc984723d8
Repository:
rL LLVM
https://reviews.llvm.org/D43655
Files:
include/llvm/TableGen/Record.h
lib/TableGen/Record.cpp
test/TableGen/UnsetBitInit.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43655.135546.patch
Type: text/x-patch
Size: 4238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180223/3b4d963e/attachment.bin>
More information about the llvm-commits
mailing list