[PATCH] D32888: TableGen: Add support of Intrinsics with multiple returns
    Hal Finkel via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 30 19:52:26 PDT 2017
    
    
  
hfinkel added a comment.
Does matching instructions with multiple outputs now work except for this intrinsics problem, or is further work necessary to support this in general?
================
Comment at: utils/TableGen/CodeGenDAGPatterns.cpp:2208
 
+  // Get actual number of result before covert to intrinsic node which 
+  // is hard-coded to be 0 or 1.
----------------
covert -> convert, and some grammar improvements:
 // Get the actual number of results before Operator is converted to an intrinsic node (which is hard-coded to have either zero or one result).
https://reviews.llvm.org/D32888
    
    
More information about the llvm-commits
mailing list