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