================
@@ -165,6 +165,25 @@ LValue CIRGenFunction::emitDeclRefLValue(const DeclRefExpr 
*e) {
   return LValue();
 }
 
+mlir::Value CIRGenFunction::evaluateExprAsBool(const Expr *e) {
----------------
andykaylor wrote:

Even for C, we want to generate a cir.bool value. The classic codegen does the 
equivalent, generating IR that produces an `i1` value. For example: 
https://godbolt.org/z/3KjonvqK1

https://github.com/llvm/llvm-project/pull/132266
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to