[PATCH] D29049: TableGen: Fix infinite recursion in RegisterBankEmitter

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 06:54:53 PST 2017


dsanders added a comment.

Does the patch at https://reviews.llvm.org/D29178 fix your problem? It prevents visitRegisterBankClasses() visiting the same class more than once without changing the classes within each bank.


https://reviews.llvm.org/D29049





More information about the llvm-commits mailing list