[PATCH] D38633: [TableGen] Allow intrinsics to have up to 8 return values.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 11:25:30 PDT 2017


jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/IR/Function.cpp:655
+  IIT_STRUCT7 = 39,
+  IIT_STRUCT8 = 40
 };
----------------
Is there a reason not to put these consecutive with struct5?


https://reviews.llvm.org/D38633





More information about the llvm-commits mailing list