[PATCH] D32540: [MVT] add v1i1 MVT

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 08:47:32 PDT 2017


guyblank added inline comments.


================
Comment at: include/llvm/CodeGen/MachineValueType.h:588
       case v2f64:
+      case nxv1i1:
       case nxv2i1:
----------------
loladiro wrote:
> This seems to be in the wrong place.
whoops, thanks!


https://reviews.llvm.org/D32540





More information about the llvm-commits mailing list