================
@@ -2778,7 +2778,29 @@ mlir::Value 
ScalarExprEmitter::VisitAbstractConditionalOperator(
   if (cgf.getLangOpts().OpenCL &&
       (condType->isVectorType() || condType->isExtVectorType())) {
     assert(!cir::MissingFeatures::vectorType());
-    cgf.cgm.errorNYI(e->getSourceRange(), "OpenCL vector ternary op");
+
----------------
andykaylor wrote:

```suggestion
  assert(!cir::MissingFeatures::incrementProfileCounter());
  
```

https://github.com/llvm/llvm-project/pull/196836
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to