[PATCH] AVX512 : cvtusi2ss/d intrinsics

Elena Demikhovsky elena.demikhovsky at intel.com
Tue Jun 16 01:07:47 PDT 2015


One small fix, LGTM


REPOSITORY
  rL LLVM

================
Comment at: lib/Transforms/Instrumentation/MemorySanitizer.cpp:2026
@@ +2025,3 @@
+    case 3:
+      assert(I.getArgOperand(2)->getType()->isIntegerTy() &&
+           "Invalid rounding mode");
----------------
it should be const int. Please check it with cast:

assert (isa<ConstantSDNode>(I.getArgOperand(2)) && ..

http://reviews.llvm.org/D10473

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






More information about the llvm-commits mailing list