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

LGTM with nit addressed, thanks @CarolineConcatto!



================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:8866
+  Value *Call = Builder.CreateCall(F, {Predicate, BasePtr});
+  unsigned MinElts = VTy->getElementCount().getKnownMinValue();
+  Value *Ret = llvm::PoisonValue::get(RetTy);
----------------
nit: `s/VTy->getElementCount().getKnownMinValue()/VTy->getMinNumElements()/`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131687

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

Reply via email to