[PATCH] D16531: AVX512: Fix truncate v32i8 to v32i1 lowering implementation.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 03:43:17 PST 2016


delena accepted this revision.
delena added a comment.
This revision is now accepted and ready to land.

You can fix the small code style issue and commit.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:13570
@@ +13569,3 @@
+      return DAG.getNode(X86ISD::CVT2MASK, DL, VT, ShiftNode);
+    } else {
+      // Use TESTD/Q, extended vector to packed dword/qword.
----------------
remove else after return


Repository:
  rL LLVM

http://reviews.llvm.org/D16531





More information about the llvm-commits mailing list