[PATCH] D40978: TableGen: Allow setting SDNodeProperties on intrinsics
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 17:37:39 PST 2017
hfinkel added inline comments.
================
Comment at: utils/TableGen/CodeGenDAGPatterns.cpp:2078
+ if (Property != SDNPHasChain) {
+ // The chain proprety is already present on the 3 intrinsic node type, and
+ // is not explicitly listed on the intrinsic. Anything else is specific to
----------------
What does "3 intrinsic node type" mean? Can you please clarify this comment.
https://reviews.llvm.org/D40978
More information about the llvm-commits
mailing list