[PATCH] D32280: TableGen: Add support of Intrinsics with multiple returns

Wei-Ren Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 06:21:44 PDT 2017


chenwj added a comment.

@wenbos Could you explain why move GetNumNodeResults up ahead solves the problem?  I see one problem is Operator will be changed if it's SubClassOf("Intrinsic"), that might make GetNumNodeResults return wrong result. I don't know if your patch is the right fix, although it works.


Repository:
  rL LLVM

https://reviews.llvm.org/D32280





More information about the llvm-commits mailing list