[PATCH] D29342: TableGen: Add support for intrinsic patterns with vAny

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 16:07:36 PST 2017


arsenm added inline comments.


================
Comment at: utils/TableGen/CodeGenDAGPatterns.cpp:163
 
+  // Do nowthing if we are merging MVT::Any
+  if (InVT.TypeVec[0] == MVT::Any) {
----------------
Typo nowthing


https://reviews.llvm.org/D29342





More information about the llvm-commits mailing list