[PATCH] D125018: [ValueTypes] Define MVTs for v128i2/v64i4 as well as i2 and i4.

Hendrik Greving via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 16:36:53 PDT 2022


hgreving marked an inline comment as done.
hgreving added inline comments.


================
Comment at: llvm/utils/TableGen/CodeGenTarget.cpp:59
   case MVT::i1:       return "MVT::i1";
+  case MVT::i2:
+    return "MVT::i2";
----------------
craig.topper wrote:
> Keep the formatting consistent with existing code
Sorry my clang-format did that, need to check my upstream setup.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125018/new/

https://reviews.llvm.org/D125018



More information about the llvm-commits mailing list