nlopes added inline comments.

================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:9114
+  unsigned int MinElts = SrcTy->getElementCount().getKnownMinValue();
+  Value *Call = llvm::UndefValue::get(VTy);
+  for (unsigned int I = 0; I < Ops.size(); I++) {
----------------
Please use PoisonValue here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131547/new/

https://reviews.llvm.org/D131547

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

Reply via email to