craig.topper added inline comments.

================
Comment at: lib/CodeGen/CGBuiltin.cpp:9926
+    Value *Div = Builder.CreateFDiv(A, B);
+    llvm::VectorType *MaskTy = llvm::VectorType::get(Builder.getInt1Ty(),
+                             
cast<IntegerType>(Mask->getType())->getBitWidth());
----------------
Can we just emit the and+icmp that the other operations end up with?


Repository:
  rC Clang

https://reviews.llvm.org/D47979



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to