[PATCH] Gather and Scatter intrinsics.

hfinkel at anl.gov hfinkel at anl.gov
Fri Feb 6 14:00:34 PST 2015


This needs LangRef updates for the intrinsics. Otherwise, I see no fundamental problems here.


REPOSITORY
  rL LLVM

================
Comment at: lib/IR/Verifier.cpp:2568
@@ +2567,3 @@
+      return true;
+    PointerType *ThisArgEltTy = dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType());
+    if (!ThisArgEltTy)
----------------
Line too long?

================
Comment at: lib/IR/Verifier.cpp:2571
@@ +2570,3 @@
+      return true;
+    return !(ThisArgEltTy->getElementType() == ReferenceType->getVectorElementType());
+  }
----------------
This one too.

http://reviews.llvm.org/D7433

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list